diff --git a/.github/cliff.toml b/.github/cliff.toml index 568a483e5d..8febe3a5db 100644 --- a/.github/cliff.toml +++ b/.github/cliff.toml @@ -25,7 +25,7 @@ header = """ 🧬 Core Sosh version: 🧬 Core Wireframe version: 🧬 Orange brand version: -🧬 Orange Business Tools brand version: +🧬 Orange Compact brand version: 🧬 Sosh brand version: 🧬 Wireframe brand version: ``` @@ -98,4 +98,4 @@ ignore_tags = "" topo_order = false # Sorts the commits inside sections by oldest/newest order -sort_commits = "newest" \ No newline at end of file +sort_commits = "newest" diff --git a/CHANGELOG.md b/CHANGELOG.md index 4367576fe7..1985c1d68d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ 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/1.1.0...develop) +### Changed + +- Rename of *Orange Business Tools* theme to *Orange Compact* (Orange-OpenSource/ouds-ios#1292) + + ## [1.1.0](https://github.com/Orange-OpenSource/ouds-ios-design-system-toolbox/compare/1.0.0...1.1.0) - 2026-01-27 ### Added diff --git a/DesignToolbox/DesignToolbox (Light)/DesignToolbox_Light_App.swift b/DesignToolbox/DesignToolbox (Light)/DesignToolbox_Light_App.swift index 1938c02bcd..8c43646913 100644 --- a/DesignToolbox/DesignToolbox (Light)/DesignToolbox_Light_App.swift +++ b/DesignToolbox/DesignToolbox (Light)/DesignToolbox_Light_App.swift @@ -25,7 +25,7 @@ import SwiftUI OrangeTheme(), SoshTheme(), WireframeTheme(), - OrangeBusinessToolsTheme(), + OrangeCompactTheme(), ] var body: some Scene { diff --git a/DesignToolbox/DesignToolbox.xcodeproj/project.pbxproj b/DesignToolbox/DesignToolbox.xcodeproj/project.pbxproj index d7e2507531..48de3f6ced 100644 --- a/DesignToolbox/DesignToolbox.xcodeproj/project.pbxproj +++ b/DesignToolbox/DesignToolbox.xcodeproj/project.pbxproj @@ -16,7 +16,7 @@ 072BB4542E68937E00A4DF2D /* TextInputSnapshotsTestsTestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 072BB4532E68937E00A4DF2D /* TextInputSnapshotsTestsTestCase.swift */; }; 072BB4562E69704C00A4DF2D /* SoshTheme+TextInputSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 072BB4552E69704C00A4DF2D /* SoshTheme+TextInputSnapshotsTests.swift */; }; 072BB4582E69726D00A4DF2D /* OrangeTheme+TextInputSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 072BB4572E69726D00A4DF2D /* OrangeTheme+TextInputSnapshotsTests.swift */; }; - 072BB45A2E6972B200A4DF2D /* OrangeBusinessToolsTheme+TextInputSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 072BB4592E6972B200A4DF2D /* OrangeBusinessToolsTheme+TextInputSnapshotsTests.swift */; }; + 072BB45A2E6972B200A4DF2D /* OrangeCompactTheme+TextInputSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 072BB4592E6972B200A4DF2D /* OrangeCompactTheme+TextInputSnapshotsTests.swift */; }; 072BB45E2E69733500A4DF2D /* WireframeTheme+TextInputSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 072BB45D2E69733500A4DF2D /* WireframeTheme+TextInputSnapshotsTests.swift */; }; 07304A6A2D429F9F009320BA /* LinkConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07B3CCAE2D40E34700DBB10A /* LinkConfiguration.swift */; }; 07304A6B2D429F9F009320BA /* LinkElement.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07B3CCAF2D40E34700DBB10A /* LinkElement.swift */; }; @@ -94,7 +94,7 @@ 079B4A142E49C3BC0039FC26 /* Localizable.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = 5122E0272D65D18E00CD2857 /* Localizable.xcstrings */; }; 079B4A162E49C6EB0039FC26 /* SoshTheme+TagSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 079B4A152E49C6EB0039FC26 /* SoshTheme+TagSnapshotsTests.swift */; }; 079B4A182E49C7790039FC26 /* OrangeTheme+TagSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 079B4A172E49C7790039FC26 /* OrangeTheme+TagSnapshotsTests.swift */; }; - 079B4A1A2E49C78F0039FC26 /* OrangeBusinessToolsTheme+TagSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 079B4A192E49C78F0039FC26 /* OrangeBusinessToolsTheme+TagSnapshotsTests.swift */; }; + 079B4A1A2E49C78F0039FC26 /* OrangeCompactTheme+TagSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 079B4A192E49C78F0039FC26 /* OrangeCompactTheme+TagSnapshotsTests.swift */; }; 079B4A222E49C8740039FC26 /* WireframeTheme+TagSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 079B4A212E49C8740039FC26 /* WireframeTheme+TagSnapshotsTests.swift */; }; 07AB458A2D50CB9B0001D237 /* DesignToolboxTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07AB45892D50CB9B0001D237 /* DesignToolboxTextField.swift */; }; 07AB458B2D50CB9B0001D237 /* DesignToolboxTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07AB45892D50CB9B0001D237 /* DesignToolboxTextField.swift */; }; @@ -290,14 +290,14 @@ 51952AA32D3FA32E0068B807 /* GridTokenPage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 070DF8AF2CDD07F20043D558 /* GridTokenPage.swift */; }; 51952AA42D3FA32E0068B807 /* TokensPage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07CF426A2CA30728000BD03E /* TokensPage.swift */; }; 51952AA52D3FA3440068B807 /* Card.swift in Sources */ = {isa = PBXBuildFile; fileRef = 073543102CA154DE001187EA /* Card.swift */; }; - 51A2175D2E325ED500562BE0 /* OrangeBusinessToolsTheme+ButtonSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51A217562E325ED500562BE0 /* OrangeBusinessToolsTheme+ButtonSnapshotsTests.swift */; }; - 51A2175E2E325ED500562BE0 /* OrangeBusinessToolsTheme+RadioButtonSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51A2175A2E325ED500562BE0 /* OrangeBusinessToolsTheme+RadioButtonSnapshotsTests.swift */; }; - 51A2175F2E325ED500562BE0 /* OrangeBusinessToolsTheme+CheckboxSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51A217572E325ED500562BE0 /* OrangeBusinessToolsTheme+CheckboxSnapshotsTests.swift */; }; - 51A217602E325ED500562BE0 /* OrangeBusinessToolsTheme+DividerSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51A217582E325ED500562BE0 /* OrangeBusinessToolsTheme+DividerSnapshotsTests.swift */; }; - 51A217612E325ED500562BE0 /* OrangeBusinessToolsTheme+LinkSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51A217592E325ED500562BE0 /* OrangeBusinessToolsTheme+LinkSnapshotsTests.swift */; }; - 51A217622E325ED500562BE0 /* OrangeBusinessToolsTheme+SwitchSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51A2175B2E325ED500562BE0 /* OrangeBusinessToolsTheme+SwitchSnapshotsTests.swift */; }; - 51A217632E325ED500562BE0 /* OrangeBusinessToolsTheme+BadgeSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51A217552E325ED500562BE0 /* OrangeBusinessToolsTheme+BadgeSnapshotsTests.swift */; }; - 51A217642E325ED500562BE0 /* OrangeBusinessToolsTheme+ChipsSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51A217542E325ED500562BE0 /* OrangeBusinessToolsTheme+ChipsSnapshotsTests.swift */; }; + 51A2175D2E325ED500562BE0 /* OrangeCompactTheme+ButtonSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51A217562E325ED500562BE0 /* OrangeCompactTheme+ButtonSnapshotsTests.swift */; }; + 51A2175E2E325ED500562BE0 /* OrangeCompactTheme+RadioButtonSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51A2175A2E325ED500562BE0 /* OrangeCompactTheme+RadioButtonSnapshotsTests.swift */; }; + 51A2175F2E325ED500562BE0 /* OrangeCompactTheme+CheckboxSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51A217572E325ED500562BE0 /* OrangeCompactTheme+CheckboxSnapshotsTests.swift */; }; + 51A217602E325ED500562BE0 /* OrangeCompactTheme+DividerSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51A217582E325ED500562BE0 /* OrangeCompactTheme+DividerSnapshotsTests.swift */; }; + 51A217612E325ED500562BE0 /* OrangeCompactTheme+LinkSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51A217592E325ED500562BE0 /* OrangeCompactTheme+LinkSnapshotsTests.swift */; }; + 51A217622E325ED500562BE0 /* OrangeCompactTheme+SwitchSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51A2175B2E325ED500562BE0 /* OrangeCompactTheme+SwitchSnapshotsTests.swift */; }; + 51A217632E325ED500562BE0 /* OrangeCompactTheme+BadgeSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51A217552E325ED500562BE0 /* OrangeCompactTheme+BadgeSnapshotsTests.swift */; }; + 51A217642E325ED500562BE0 /* OrangeCompactTheme+ChipsSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51A217542E325ED500562BE0 /* OrangeCompactTheme+ChipsSnapshotsTests.swift */; }; 51A2176E2E325F7F00562BE0 /* WireframeTheme+BadgeSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51A217662E325F7F00562BE0 /* WireframeTheme+BadgeSnapshotsTests.swift */; }; 51A2176F2E325F7F00562BE0 /* WireframeTheme+ButtonSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51A217672E325F7F00562BE0 /* WireframeTheme+ButtonSnapshotsTests.swift */; }; 51A217702E325F7F00562BE0 /* WireframeTheme+SwitchSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51A2176C2E325F7F00562BE0 /* WireframeTheme+SwitchSnapshotsTests.swift */; }; @@ -340,13 +340,13 @@ 51D6D58C2D887E94009CD879 /* CheckboxIndeterminatePage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51D6D58A2D887E94009CD879 /* CheckboxIndeterminatePage.swift */; }; 51D6D5912D887FA9009CD879 /* CheckboxIndeterminateConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51D6D5902D887FA9009CD879 /* CheckboxIndeterminateConfiguration.swift */; }; 51D6D5922D887FA9009CD879 /* CheckboxIndeterminateConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51D6D5902D887FA9009CD879 /* CheckboxIndeterminateConfiguration.swift */; }; - 51E0159E2E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensBorderSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51E015992E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensBorderSnapshotsTests.swift */; }; - 51E0159F2E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensSpaceSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51E015982E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensSpaceSnapshotsTests.swift */; }; - 51E015A02E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensOpacitySnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51E0159A2E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensOpacitySnapshotsTests.swift */; }; - 51E015A12E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensColorSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51E0159B2E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensColorSnapshotsTests.swift */; }; - 51E015A22E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensFontSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51E0159C2E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensFontSnapshotsTests.swift */; }; - 51E015A32E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensElevationSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51E015962E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensElevationSnapshotsTests.swift */; }; - 51E015A42E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensSizeSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51E015972E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensSizeSnapshotsTests.swift */; }; + 51E0159E2E2AA82C00A86512 /* OrangeCompactTheme+TokensBorderSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51E015992E2AA82C00A86512 /* OrangeCompactTheme+TokensBorderSnapshotsTests.swift */; }; + 51E0159F2E2AA82C00A86512 /* OrangeCompactTheme+TokensSpaceSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51E015982E2AA82C00A86512 /* OrangeCompactTheme+TokensSpaceSnapshotsTests.swift */; }; + 51E015A02E2AA82C00A86512 /* OrangeCompactTheme+TokensOpacitySnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51E0159A2E2AA82C00A86512 /* OrangeCompactTheme+TokensOpacitySnapshotsTests.swift */; }; + 51E015A12E2AA82C00A86512 /* OrangeCompactTheme+TokensColorSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51E0159B2E2AA82C00A86512 /* OrangeCompactTheme+TokensColorSnapshotsTests.swift */; }; + 51E015A22E2AA82C00A86512 /* OrangeCompactTheme+TokensFontSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51E0159C2E2AA82C00A86512 /* OrangeCompactTheme+TokensFontSnapshotsTests.swift */; }; + 51E015A32E2AA82C00A86512 /* OrangeCompactTheme+TokensElevationSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51E015962E2AA82C00A86512 /* OrangeCompactTheme+TokensElevationSnapshotsTests.swift */; }; + 51E015A42E2AA82C00A86512 /* OrangeCompactTheme+TokensSizeSnapshotsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51E015972E2AA82C00A86512 /* OrangeCompactTheme+TokensSizeSnapshotsTests.swift */; }; 51E5999D2E26AC2A002BCB27 /* UserDefaultsWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51E5999C2E26AC24002BCB27 /* UserDefaultsWrapper.swift */; }; 51E5999E2E26AC2A002BCB27 /* UserDefaultsWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51E5999C2E26AC24002BCB27 /* UserDefaultsWrapper.swift */; }; 51E5999F2E26AC2A002BCB27 /* UserDefaultsWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51E5999C2E26AC24002BCB27 /* UserDefaultsWrapper.swift */; }; @@ -1070,7 +1070,7 @@ 072BB4532E68937E00A4DF2D /* TextInputSnapshotsTestsTestCase.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextInputSnapshotsTestsTestCase.swift; sourceTree = ""; }; 072BB4552E69704C00A4DF2D /* SoshTheme+TextInputSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SoshTheme+TextInputSnapshotsTests.swift"; sourceTree = ""; }; 072BB4572E69726D00A4DF2D /* OrangeTheme+TextInputSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeTheme+TextInputSnapshotsTests.swift"; sourceTree = ""; }; - 072BB4592E6972B200A4DF2D /* OrangeBusinessToolsTheme+TextInputSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeBusinessToolsTheme+TextInputSnapshotsTests.swift"; sourceTree = ""; }; + 072BB4592E6972B200A4DF2D /* OrangeCompactTheme+TextInputSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeCompactTheme+TextInputSnapshotsTests.swift"; sourceTree = ""; }; 072BB45D2E69733500A4DF2D /* WireframeTheme+TextInputSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WireframeTheme+TextInputSnapshotsTests.swift"; sourceTree = ""; }; 073543102CA154DE001187EA /* Card.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Card.swift; sourceTree = ""; }; 073543152CA17275001187EA /* DesignToolboxElement.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DesignToolboxElement.swift; sourceTree = ""; }; @@ -1133,7 +1133,7 @@ 079B4A122E49BFA20039FC26 /* TagSnapshotsTestCase.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TagSnapshotsTestCase.swift; sourceTree = ""; }; 079B4A152E49C6EB0039FC26 /* SoshTheme+TagSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SoshTheme+TagSnapshotsTests.swift"; sourceTree = ""; }; 079B4A172E49C7790039FC26 /* OrangeTheme+TagSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeTheme+TagSnapshotsTests.swift"; sourceTree = ""; }; - 079B4A192E49C78F0039FC26 /* OrangeBusinessToolsTheme+TagSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeBusinessToolsTheme+TagSnapshotsTests.swift"; sourceTree = ""; }; + 079B4A192E49C78F0039FC26 /* OrangeCompactTheme+TagSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeCompactTheme+TagSnapshotsTests.swift"; sourceTree = ""; }; 079B4A212E49C8740039FC26 /* WireframeTheme+TagSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WireframeTheme+TagSnapshotsTests.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 = ""; }; @@ -1264,14 +1264,14 @@ 51952A882D3FA2060068B807 /* OrangeTheme+TokensElevationSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeTheme+TokensElevationSnapshotsTests.swift"; sourceTree = ""; }; 51952A8B2D3FA2280068B807 /* OrangeTheme+TokensFontSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeTheme+TokensFontSnapshotsTests.swift"; sourceTree = ""; }; 51952A8E2D3FA2490068B807 /* OrangeTheme+TokensOpacitySnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeTheme+TokensOpacitySnapshotsTests.swift"; sourceTree = ""; }; - 51A217542E325ED500562BE0 /* OrangeBusinessToolsTheme+ChipsSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeBusinessToolsTheme+ChipsSnapshotsTests.swift"; sourceTree = ""; }; - 51A217552E325ED500562BE0 /* OrangeBusinessToolsTheme+BadgeSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeBusinessToolsTheme+BadgeSnapshotsTests.swift"; sourceTree = ""; }; - 51A217562E325ED500562BE0 /* OrangeBusinessToolsTheme+ButtonSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeBusinessToolsTheme+ButtonSnapshotsTests.swift"; sourceTree = ""; }; - 51A217572E325ED500562BE0 /* OrangeBusinessToolsTheme+CheckboxSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeBusinessToolsTheme+CheckboxSnapshotsTests.swift"; sourceTree = ""; }; - 51A217582E325ED500562BE0 /* OrangeBusinessToolsTheme+DividerSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeBusinessToolsTheme+DividerSnapshotsTests.swift"; sourceTree = ""; }; - 51A217592E325ED500562BE0 /* OrangeBusinessToolsTheme+LinkSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeBusinessToolsTheme+LinkSnapshotsTests.swift"; sourceTree = ""; }; - 51A2175A2E325ED500562BE0 /* OrangeBusinessToolsTheme+RadioButtonSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeBusinessToolsTheme+RadioButtonSnapshotsTests.swift"; sourceTree = ""; }; - 51A2175B2E325ED500562BE0 /* OrangeBusinessToolsTheme+SwitchSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeBusinessToolsTheme+SwitchSnapshotsTests.swift"; sourceTree = ""; }; + 51A217542E325ED500562BE0 /* OrangeCompactTheme+ChipsSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeCompactTheme+ChipsSnapshotsTests.swift"; sourceTree = ""; }; + 51A217552E325ED500562BE0 /* OrangeCompactTheme+BadgeSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeCompactTheme+BadgeSnapshotsTests.swift"; sourceTree = ""; }; + 51A217562E325ED500562BE0 /* OrangeCompactTheme+ButtonSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeCompactTheme+ButtonSnapshotsTests.swift"; sourceTree = ""; }; + 51A217572E325ED500562BE0 /* OrangeCompactTheme+CheckboxSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeCompactTheme+CheckboxSnapshotsTests.swift"; sourceTree = ""; }; + 51A217582E325ED500562BE0 /* OrangeCompactTheme+DividerSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeCompactTheme+DividerSnapshotsTests.swift"; sourceTree = ""; }; + 51A217592E325ED500562BE0 /* OrangeCompactTheme+LinkSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeCompactTheme+LinkSnapshotsTests.swift"; sourceTree = ""; }; + 51A2175A2E325ED500562BE0 /* OrangeCompactTheme+RadioButtonSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeCompactTheme+RadioButtonSnapshotsTests.swift"; sourceTree = ""; }; + 51A2175B2E325ED500562BE0 /* OrangeCompactTheme+SwitchSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeCompactTheme+SwitchSnapshotsTests.swift"; sourceTree = ""; }; 51A217652E325F7F00562BE0 /* WireframeTheme+ChipsSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WireframeTheme+ChipsSnapshotsTests.swift"; sourceTree = ""; }; 51A217662E325F7F00562BE0 /* WireframeTheme+BadgeSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WireframeTheme+BadgeSnapshotsTests.swift"; sourceTree = ""; }; 51A217672E325F7F00562BE0 /* WireframeTheme+ButtonSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WireframeTheme+ButtonSnapshotsTests.swift"; sourceTree = ""; }; @@ -1312,13 +1312,13 @@ 51D6D5842D887E36009CD879 /* CheckboxIndeterminateElement.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckboxIndeterminateElement.swift; sourceTree = ""; }; 51D6D58A2D887E94009CD879 /* CheckboxIndeterminatePage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckboxIndeterminatePage.swift; sourceTree = ""; }; 51D6D5902D887FA9009CD879 /* CheckboxIndeterminateConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckboxIndeterminateConfiguration.swift; sourceTree = ""; }; - 51E015962E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensElevationSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeBusinessToolsTheme+TokensElevationSnapshotsTests.swift"; sourceTree = ""; }; - 51E015972E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensSizeSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeBusinessToolsTheme+TokensSizeSnapshotsTests.swift"; sourceTree = ""; }; - 51E015982E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensSpaceSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeBusinessToolsTheme+TokensSpaceSnapshotsTests.swift"; sourceTree = ""; }; - 51E015992E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensBorderSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeBusinessToolsTheme+TokensBorderSnapshotsTests.swift"; sourceTree = ""; }; - 51E0159A2E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensOpacitySnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeBusinessToolsTheme+TokensOpacitySnapshotsTests.swift"; sourceTree = ""; }; - 51E0159B2E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensColorSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeBusinessToolsTheme+TokensColorSnapshotsTests.swift"; sourceTree = ""; }; - 51E0159C2E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensFontSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeBusinessToolsTheme+TokensFontSnapshotsTests.swift"; sourceTree = ""; }; + 51E015962E2AA82C00A86512 /* OrangeCompactTheme+TokensElevationSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeCompactTheme+TokensElevationSnapshotsTests.swift"; sourceTree = ""; }; + 51E015972E2AA82C00A86512 /* OrangeCompactTheme+TokensSizeSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeCompactTheme+TokensSizeSnapshotsTests.swift"; sourceTree = ""; }; + 51E015982E2AA82C00A86512 /* OrangeCompactTheme+TokensSpaceSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeCompactTheme+TokensSpaceSnapshotsTests.swift"; sourceTree = ""; }; + 51E015992E2AA82C00A86512 /* OrangeCompactTheme+TokensBorderSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeCompactTheme+TokensBorderSnapshotsTests.swift"; sourceTree = ""; }; + 51E0159A2E2AA82C00A86512 /* OrangeCompactTheme+TokensOpacitySnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeCompactTheme+TokensOpacitySnapshotsTests.swift"; sourceTree = ""; }; + 51E0159B2E2AA82C00A86512 /* OrangeCompactTheme+TokensColorSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeCompactTheme+TokensColorSnapshotsTests.swift"; sourceTree = ""; }; + 51E0159C2E2AA82C00A86512 /* OrangeCompactTheme+TokensFontSnapshotsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeCompactTheme+TokensFontSnapshotsTests.swift"; sourceTree = ""; }; 51E3FF0A2CAFD9AE00F1BC59 /* DesignToolboxElementPage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DesignToolboxElementPage.swift; sourceTree = ""; }; 51E5999C2E26AC24002BCB27 /* UserDefaultsWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserDefaultsWrapper.swift; sourceTree = ""; }; 51E599A72E27ED5F002BCB27 /* DesignToolboxUnitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DesignToolboxUnitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -2088,7 +2088,7 @@ 51417C1D2E1BF4EC000266C8 /* Test Cases */, 51ABCD1B2E1830BB006CD6C0 /* OrangeTheme */, 51ABCD262E183226006CD6C0 /* SoshTheme */, - 51E0159D2E2AA82C00A86512 /* OrangeBusinessToolsTheme */, + 51E0159D2E2AA82C00A86512 /* OrangeCompactTheme */, 51A2177D2E325FE600562BE0 /* WireframeTheme */, ); path = Tokens; @@ -2100,18 +2100,18 @@ 51417C0E2E1BEE06000266C8 /* Test Cases */, 51ABCD2F2E18335D006CD6C0 /* SoshTheme */, 51ABCD2E2E183350006CD6C0 /* OrangeTheme */, - 51A2175C2E325ED500562BE0 /* OrangeBusinessToolsTheme */, + 51A2175C2E325ED500562BE0 /* OrangeCompactTheme */, 51A2176D2E325F7F00562BE0 /* WireframeTheme */, ); path = Components; sourceTree = ""; }; - 51A2175C2E325ED500562BE0 /* OrangeBusinessToolsTheme */ = { + 51A2175C2E325ED500562BE0 /* OrangeCompactTheme */ = { isa = PBXGroup; children = ( 51F49C8B2E5744A500D50BC4 /* Components */, ); - path = OrangeBusinessToolsTheme; + path = OrangeCompactTheme; sourceTree = ""; }; 51A2176D2E325F7F00562BE0 /* WireframeTheme */ = { @@ -2282,18 +2282,18 @@ path = DesignToolbox; sourceTree = ""; }; - 51E0159D2E2AA82C00A86512 /* OrangeBusinessToolsTheme */ = { + 51E0159D2E2AA82C00A86512 /* OrangeCompactTheme */ = { isa = PBXGroup; children = ( - 51E015962E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensElevationSnapshotsTests.swift */, - 51E015972E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensSizeSnapshotsTests.swift */, - 51E015982E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensSpaceSnapshotsTests.swift */, - 51E015992E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensBorderSnapshotsTests.swift */, - 51E0159A2E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensOpacitySnapshotsTests.swift */, - 51E0159B2E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensColorSnapshotsTests.swift */, - 51E0159C2E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensFontSnapshotsTests.swift */, + 51E015962E2AA82C00A86512 /* OrangeCompactTheme+TokensElevationSnapshotsTests.swift */, + 51E015972E2AA82C00A86512 /* OrangeCompactTheme+TokensSizeSnapshotsTests.swift */, + 51E015982E2AA82C00A86512 /* OrangeCompactTheme+TokensSpaceSnapshotsTests.swift */, + 51E015992E2AA82C00A86512 /* OrangeCompactTheme+TokensBorderSnapshotsTests.swift */, + 51E0159A2E2AA82C00A86512 /* OrangeCompactTheme+TokensOpacitySnapshotsTests.swift */, + 51E0159B2E2AA82C00A86512 /* OrangeCompactTheme+TokensColorSnapshotsTests.swift */, + 51E0159C2E2AA82C00A86512 /* OrangeCompactTheme+TokensFontSnapshotsTests.swift */, ); - path = OrangeBusinessToolsTheme; + path = OrangeCompactTheme; sourceTree = ""; }; 51E599B42E27EDD0002BCB27 /* Utils */ = { @@ -2500,7 +2500,7 @@ 51F49C932E5744EF00D50BC4 /* Actions */ = { isa = PBXGroup; children = ( - 51A217562E325ED500562BE0 /* OrangeBusinessToolsTheme+ButtonSnapshotsTests.swift */, + 51A217562E325ED500562BE0 /* OrangeCompactTheme+ButtonSnapshotsTests.swift */, ); path = Actions; sourceTree = ""; @@ -2552,11 +2552,11 @@ 51F49C992E57452B00D50BC4 /* Controls */ = { isa = PBXGroup; children = ( - 51A217542E325ED500562BE0 /* OrangeBusinessToolsTheme+ChipsSnapshotsTests.swift */, - 51A217572E325ED500562BE0 /* OrangeBusinessToolsTheme+CheckboxSnapshotsTests.swift */, - 51A2175A2E325ED500562BE0 /* OrangeBusinessToolsTheme+RadioButtonSnapshotsTests.swift */, - 51A2175B2E325ED500562BE0 /* OrangeBusinessToolsTheme+SwitchSnapshotsTests.swift */, - 072BB4592E6972B200A4DF2D /* OrangeBusinessToolsTheme+TextInputSnapshotsTests.swift */, + 51A217542E325ED500562BE0 /* OrangeCompactTheme+ChipsSnapshotsTests.swift */, + 51A217572E325ED500562BE0 /* OrangeCompactTheme+CheckboxSnapshotsTests.swift */, + 51A2175A2E325ED500562BE0 /* OrangeCompactTheme+RadioButtonSnapshotsTests.swift */, + 51A2175B2E325ED500562BE0 /* OrangeCompactTheme+SwitchSnapshotsTests.swift */, + 072BB4592E6972B200A4DF2D /* OrangeCompactTheme+TextInputSnapshotsTests.swift */, ); path = Controls; sourceTree = ""; @@ -2603,8 +2603,8 @@ 51F49C9F2E57458C00D50BC4 /* Indicators */ = { isa = PBXGroup; children = ( - 51A217552E325ED500562BE0 /* OrangeBusinessToolsTheme+BadgeSnapshotsTests.swift */, - 079B4A192E49C78F0039FC26 /* OrangeBusinessToolsTheme+TagSnapshotsTests.swift */, + 51A217552E325ED500562BE0 /* OrangeCompactTheme+BadgeSnapshotsTests.swift */, + 079B4A192E49C78F0039FC26 /* OrangeCompactTheme+TagSnapshotsTests.swift */, ); path = Indicators; sourceTree = ""; @@ -2645,7 +2645,7 @@ 51F49CA52E5745D200D50BC4 /* Layouts */ = { isa = PBXGroup; children = ( - 51A217582E325ED500562BE0 /* OrangeBusinessToolsTheme+DividerSnapshotsTests.swift */, + 51A217582E325ED500562BE0 /* OrangeCompactTheme+DividerSnapshotsTests.swift */, ); path = Layouts; sourceTree = ""; @@ -2685,7 +2685,7 @@ 51F49CAB2E57460300D50BC4 /* Navigations */ = { isa = PBXGroup; children = ( - 51A217592E325ED500562BE0 /* OrangeBusinessToolsTheme+LinkSnapshotsTests.swift */, + 51A217592E325ED500562BE0 /* OrangeCompactTheme+LinkSnapshotsTests.swift */, ); path = Navigations; sourceTree = ""; @@ -3500,7 +3500,7 @@ 518EC09F2E1FF28300FC77E4 /* SoshTheme+RadioButtonSnapshotsTests.swift in Sources */, 518EC0A02E1FF28300FC77E4 /* SoshTheme+ButtonSnapshotsTests.swift in Sources */, 518EC0772E1FF23800FC77E4 /* OrangeTheme+CheckboxSnapshotsTests.swift in Sources */, - 072BB45A2E6972B200A4DF2D /* OrangeBusinessToolsTheme+TextInputSnapshotsTests.swift in Sources */, + 072BB45A2E6972B200A4DF2D /* OrangeCompactTheme+TextInputSnapshotsTests.swift in Sources */, 518EC0782E1FF23800FC77E4 /* OrangeTheme+DividerSnapshotsTests.swift in Sources */, 518EC0792E1FF23800FC77E4 /* OrangeTheme+LinkSnapshotsTests.swift in Sources */, 518EC07A2E1FF23800FC77E4 /* OrangeTheme+SwitchSnapshotsTests.swift in Sources */, @@ -3509,7 +3509,7 @@ 51952AA52D3FA3440068B807 /* Card.swift in Sources */, 51952A942D3FA32E0068B807 /* DesignToolboxElementsPage.swift in Sources */, 072BB45E2E69733500A4DF2D /* WireframeTheme+TextInputSnapshotsTests.swift in Sources */, - 51A217622E325ED500562BE0 /* OrangeBusinessToolsTheme+SwitchSnapshotsTests.swift in Sources */, + 51A217622E325ED500562BE0 /* OrangeCompactTheme+SwitchSnapshotsTests.swift in Sources */, 51952A952D3FA32E0068B807 /* DesignToolboxVariantElement.swift in Sources */, 5115808A2E730E0600DFFE4E /* OUDSTheme+Name.swift in Sources */, 51A2177E2E325FE600562BE0 /* WireframeTheme+TokensColorSnapshotsTests.swift in Sources */, @@ -3522,7 +3522,7 @@ 0745C19C2D7A0823006B3A1F /* RadioItemPage.swift in Sources */, 07523E7E2E00173D00A7C87C /* ControlItemConfigurationModel.swift in Sources */, 51952A982D3FA32E0068B807 /* FontTokenPage.swift in Sources */, - 51A2175E2E325ED500562BE0 /* OrangeBusinessToolsTheme+RadioButtonSnapshotsTests.swift in Sources */, + 51A2175E2E325ED500562BE0 /* OrangeCompactTheme+RadioButtonSnapshotsTests.swift in Sources */, 51A217722E325F7F00562BE0 /* WireframeTheme+LinkSnapshotsTests.swift in Sources */, 51952A992D3FA32E0068B807 /* BorderTokenElement.swift in Sources */, 51952A9A2D3FA32E0068B807 /* NamedColor+Opacity.swift in Sources */, @@ -3539,21 +3539,21 @@ 518EC0AB2E1FF2C000FC77E4 /* CheckboxSnapshotsTestsTestCase.swift in Sources */, 518EC0AC2E1FF2C000FC77E4 /* RadioButtonSnapshotsTestsTestCase.swift in Sources */, 51A217742E325F7F00562BE0 /* WireframeTheme+CheckboxSnapshotsTests.swift in Sources */, - 51A217632E325ED500562BE0 /* OrangeBusinessToolsTheme+BadgeSnapshotsTests.swift in Sources */, + 51A217632E325ED500562BE0 /* OrangeCompactTheme+BadgeSnapshotsTests.swift in Sources */, 518EC0AE2E1FF2C000FC77E4 /* DividerSnapshotsTestsTestCase.swift in Sources */, 51952A9F2D3FA32E0068B807 /* SpaceTokenElement.swift in Sources */, 51952AA02D3FA32E0068B807 /* DimensionTokenElement.swift in Sources */, - 51A217642E325ED500562BE0 /* OrangeBusinessToolsTheme+ChipsSnapshotsTests.swift in Sources */, + 51A217642E325ED500562BE0 /* OrangeCompactTheme+ChipsSnapshotsTests.swift in Sources */, 51952AA12D3FA32E0068B807 /* ElevationTokenElement.swift in Sources */, 95CE055A2EC33FA900ACE41C /* NamedGrid.swift in Sources */, 51952AA22D3FA32E0068B807 /* GridTokenElement.swift in Sources */, 0794FCDB2D9155D900A9373A /* UIUserInterfaceStyle+extension.swift in Sources */, - 079B4A1A2E49C78F0039FC26 /* OrangeBusinessToolsTheme+TagSnapshotsTests.swift in Sources */, + 079B4A1A2E49C78F0039FC26 /* OrangeCompactTheme+TagSnapshotsTests.swift in Sources */, 51952AA32D3FA32E0068B807 /* GridTokenPage.swift in Sources */, 515EE9A42E2133F200A60E96 /* SoshTheme+ChipsSnapshotsTests.swift in Sources */, 51952AA42D3FA32E0068B807 /* TokensPage.swift in Sources */, 0745C1912D7A0596006B3A1F /* RadioPage.swift in Sources */, - 51A217612E325ED500562BE0 /* OrangeBusinessToolsTheme+LinkSnapshotsTests.swift in Sources */, + 51A217612E325ED500562BE0 /* OrangeCompactTheme+LinkSnapshotsTests.swift in Sources */, 0745C1922D7A0596006B3A1F /* RadioConfiguration.swift in Sources */, 0745C1932D7A0596006B3A1F /* RadioElement.swift in Sources */, 51952A932D3FA2E30068B807 /* NamedFont.swift in Sources */, @@ -3567,7 +3567,7 @@ 072BB4542E68937E00A4DF2D /* TextInputSnapshotsTestsTestCase.swift in Sources */, 07EB47042E1801D000B94EC2 /* BadgeElement.swift in Sources */, 07EB47052E1801D000B94EC2 /* BadgeConfigurationView.swift in Sources */, - 51E015A12E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensColorSnapshotsTests.swift in Sources */, + 51E015A12E2AA82C00A86512 /* OrangeCompactTheme+TokensColorSnapshotsTests.swift in Sources */, 950288A82EEC629300510C32 /* NamedSize+MinWidth.swift in Sources */, 51ABCD272E183226006CD6C0 /* SoshTheme+TokensBorderSnapshotsTests.swift in Sources */, 0745C18A2D7A03B8006B3A1F /* RadioElements.swift in Sources */, @@ -3584,7 +3584,7 @@ 6DB260DF2CD0F0520091F72E /* NamedSpace+Fixed.swift in Sources */, 51A217732E325F7F00562BE0 /* WireframeTheme+DividerSnapshotsTests.swift in Sources */, 51ABCD2D2E183226006CD6C0 /* SoshTheme+TokensOpacitySnapshotsTests.swift in Sources */, - 51E0159F2E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensSpaceSnapshotsTests.swift in Sources */, + 51E0159F2E2AA82C00A86512 /* OrangeCompactTheme+TokensSpaceSnapshotsTests.swift in Sources */, 6DB260E02CD0F0520091F72E /* NameSpace+PaddingInline.swift in Sources */, 072141192D02F52A00B7B9C6 /* ButtonPage.swift in Sources */, 0721411B2D02F52A00B7B9C6 /* ButtonElement.swift in Sources */, @@ -3607,11 +3607,11 @@ 075045FE2E58717F00D98587 /* TextInputConfigurationView.swift in Sources */, 07CC9AF02DB0F7DD001BC929 /* SwitchPage.swift in Sources */, 07CC9AF22DB0F7DD001BC929 /* SwitchConfiguration.swift in Sources */, - 51A2175D2E325ED500562BE0 /* OrangeBusinessToolsTheme+ButtonSnapshotsTests.swift in Sources */, + 51A2175D2E325ED500562BE0 /* OrangeCompactTheme+ButtonSnapshotsTests.swift in Sources */, 075BC9452DC01D2C00CB2573 /* DesignToolboxEditContentDisclosure.swift in Sources */, 6DB260E42CD0F0520091F72E /* NameSpace+RowGap.swift in Sources */, 518EC0B22E1FF33300FC77E4 /* SoshTheme+BadgeSnapshotsTests.swift in Sources */, - 51E015A42E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensSizeSnapshotsTests.swift in Sources */, + 51E015A42E2AA82C00A86512 /* OrangeCompactTheme+TokensSizeSnapshotsTests.swift in Sources */, 513442072D75B880000B5DE4 /* CheckboxElement.swift in Sources */, 513442082D75B880000B5DE4 /* CheckboxPage.swift in Sources */, 51A217802E325FE600562BE0 /* WireframeTheme+TokensSpaceSnapshotsTests.swift in Sources */, @@ -3682,7 +3682,7 @@ 51A2176F2E325F7F00562BE0 /* WireframeTheme+ButtonSnapshotsTests.swift in Sources */, 51A2177F2E325FE600562BE0 /* WireframeTheme+TokensSizeSnapshotsTests.swift in Sources */, 515EE98D2E21329B00A60E96 /* SuggestionChipElement.swift in Sources */, - 51A2175F2E325ED500562BE0 /* OrangeBusinessToolsTheme+CheckboxSnapshotsTests.swift in Sources */, + 51A2175F2E325ED500562BE0 /* OrangeCompactTheme+CheckboxSnapshotsTests.swift in Sources */, 515EE98E2E21329B00A60E96 /* SuggestionChipPage.swift in Sources */, FCA849142E9FF00500DBCE76 /* InputTagElement.swift in Sources */, FCA849152E9FF00500DBCE76 /* InputTagConfigurationView.swift in Sources */, @@ -3709,15 +3709,15 @@ 079B4A132E49BFA20039FC26 /* TagSnapshotsTestCase.swift in Sources */, 51ABCD2C2E183226006CD6C0 /* SoshTheme+TokensElevationSnapshotsTests.swift in Sources */, 5180FE732DBBC2FA0062E489 /* CheckboxPickerElement.swift in Sources */, - 51E0159E2E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensBorderSnapshotsTests.swift in Sources */, - 51A217602E325ED500562BE0 /* OrangeBusinessToolsTheme+DividerSnapshotsTests.swift in Sources */, + 51E0159E2E2AA82C00A86512 /* OrangeCompactTheme+TokensBorderSnapshotsTests.swift in Sources */, + 51A217602E325ED500562BE0 /* OrangeCompactTheme+DividerSnapshotsTests.swift in Sources */, 07304A6C2D429F9F009320BA /* LinkPage.swift in Sources */, 07D7E1982D035566006472EB /* ButtonConfigurationView.swift in Sources */, - 51E015A22E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensFontSnapshotsTests.swift in Sources */, + 51E015A22E2AA82C00A86512 /* OrangeCompactTheme+TokensFontSnapshotsTests.swift in Sources */, 6D8F9C532CC160580078A10E /* SizeTokenPage.swift in Sources */, 51ABCD2B2E183226006CD6C0 /* SoshTheme+TokensSizeSnapshotsTests.swift in Sources */, 51A2176E2E325F7F00562BE0 /* WireframeTheme+BadgeSnapshotsTests.swift in Sources */, - 51E015A32E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensElevationSnapshotsTests.swift in Sources */, + 51E015A32E2AA82C00A86512 /* OrangeCompactTheme+TokensElevationSnapshotsTests.swift in Sources */, 51A217752E325F7F00562BE0 /* WireframeTheme+ChipsSnapshotsTests.swift in Sources */, 95CE05352EC33C2A00ACE41C /* NamedOpacity.swift in Sources */, 95CE057D2EC3D2AF00ACE41C /* NamedBorders.swift in Sources */, @@ -3725,7 +3725,7 @@ 6D8F9C502CC14EBF0078A10E /* OpacityTokenPage.swift in Sources */, 0762276C2DA93D62009C3632 /* DesignToolboxColorPicker.swift in Sources */, 51A217842E325FE600562BE0 /* WireframeTheme+TokensFontSnapshotsTests.swift in Sources */, - 51E015A02E2AA82C00A86512 /* OrangeBusinessToolsTheme+TokensOpacitySnapshotsTests.swift in Sources */, + 51E015A02E2AA82C00A86512 /* OrangeCompactTheme+TokensOpacitySnapshotsTests.swift in Sources */, 6D24658E2CBEAC750023E359 /* BorderTokenPage.swift in Sources */, 51952A8F2D3FA24C0068B807 /* OrangeTheme+TokensOpacitySnapshotsTests.swift in Sources */, 07F0AFDF2CFDD1FD00D334DD /* ComponentsPage.swift in Sources */, @@ -5328,8 +5328,8 @@ isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/Orange-OpenSource/accessibility-statement-lib-ios.git"; requirement = { - kind = exactVersion; - version = 2.1.2; + branch = develop; + kind = branch; }; }; 950EA7062EBE3D5D0009414A /* XCRemoteSwiftPackageReference "ouds-ios" */ = { diff --git a/DesignToolbox/DesignToolbox.xcworkspace/xcshareddata/swiftpm/Package.resolved b/DesignToolbox/DesignToolbox.xcworkspace/xcshareddata/swiftpm/Package.resolved index a5c324db0e..c47541c9b6 100644 --- a/DesignToolbox/DesignToolbox.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/DesignToolbox/DesignToolbox.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -6,8 +6,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Orange-OpenSource/accessibility-statement-lib-ios.git", "state" : { - "revision" : "824be5d11c2a7ce830dfd719ea0947b65dcd897e", - "version" : "2.1.2" + "branch" : "develop", + "revision" : "e4a5e8e598361c0f8e30fb6d3deb680c4a065b2b" } }, { @@ -16,7 +16,7 @@ "location" : "https://github.com/Orange-OpenSource/ouds-ios", "state" : { "branch" : "develop", - "revision" : "1f2f6c36036e8e01b6157e63c97da24af4edec03" + "revision" : "77463e0dde76731438ca819aaa043517688ef1f6" } }, { diff --git a/DesignToolbox/DesignToolbox/Pages/About/AboutPage.swift b/DesignToolbox/DesignToolbox/Pages/About/AboutPage.swift index 24c6e2f325..18e9fdb5eb 100644 --- a/DesignToolbox/DesignToolbox/Pages/About/AboutPage.swift +++ b/DesignToolbox/DesignToolbox/Pages/About/AboutPage.swift @@ -189,8 +189,8 @@ struct AboutPage: View { VersionItem(title: "app_about_details_themeSoshBrandVersion", version: OUDSVersions.themeSoshBrandVersion) - VersionItem(title: "app_about_details_themeOrangeBusinessToolsBrandVersion", - version: OUDSVersions.themeOrangeBusinessToolsBrandVersion) + VersionItem(title: "app_about_details_themeOrangeCompactBrandVersion", + version: OUDSVersions.themeOrangeCompactBrandVersion) VersionItem(title: "app_about_details_themeWireframeBrandVersion", version: OUDSVersions.themeWireframeBrandVersion) diff --git a/DesignToolbox/DesignToolbox/Pages/Navigation Bar/ThemeSelection.swift b/DesignToolbox/DesignToolbox/Pages/Navigation Bar/ThemeSelection.swift index e08cb6bd85..744667ac47 100644 --- a/DesignToolbox/DesignToolbox/Pages/Navigation Bar/ThemeSelection.swift +++ b/DesignToolbox/DesignToolbox/Pages/Navigation Bar/ThemeSelection.swift @@ -49,8 +49,8 @@ extension OUDSTheme: @retroactive Identifiable, @retroactive Hashable { if self is OrangeTheme { constructedId = "Orange" } - if self is OrangeBusinessToolsTheme { - constructedId = "Orange Business Tools" + if self is OrangeCompactTheme { + constructedId = "Orange Compact" } if self is SoshTheme { constructedId = "Sosh" @@ -84,7 +84,7 @@ extension OUDSTheme: @retroactive Identifiable, @retroactive Hashable { @MainActor final class ThemeProvider: ObservableObject { let orangeThemes: [OUDSTheme] - let orangeBusinessToolsThemes: [OUDSTheme] + let orangeCompactThemes: [OUDSTheme] let otherThemes: [OUDSTheme] let allThemes: [OUDSTheme] @@ -111,9 +111,9 @@ extension OUDSTheme: @retroactive Identifiable, @retroactive Hashable { let orangeBusinessOrangeTheme = OrangeTheme(fontFamily: Self.localizedHelveticaFont(), tuning: Tuning.OrangeBusiness) let maxItOrangeTheme = OrangeTheme(fontFamily: Self.localizedHelveticaFont(), tuning: Tuning.MaxIt) - let orangeFranceOrangeBusinessToolsTheme = OrangeBusinessToolsTheme(fontFamily: Self.localizedHelveticaFont(), tuning: Tuning.OrangeFrance) - let orangeBusinessOrangeBusinessToolsTheme = OrangeBusinessToolsTheme(fontFamily: Self.localizedHelveticaFont(), tuning: Tuning.OrangeBusiness) - let maxItOrangeBusinessToolsTheme = OrangeBusinessToolsTheme(fontFamily: Self.localizedHelveticaFont(), tuning: Tuning.MaxIt) + let orangeFranceOrangeCompactTheme = OrangeCompactTheme(fontFamily: Self.localizedHelveticaFont(), tuning: Tuning.OrangeFrance) + let orangeBusinessOrangeCompactTheme = OrangeCompactTheme(fontFamily: Self.localizedHelveticaFont(), tuning: Tuning.OrangeBusiness) + let maxItOrangeCompactTheme = OrangeCompactTheme(fontFamily: Self.localizedHelveticaFont(), tuning: Tuning.MaxIt) let soshTheme = SoshTheme() let wireframeTheme = WireframeTheme() @@ -123,9 +123,9 @@ extension OUDSTheme: @retroactive Identifiable, @retroactive Hashable { // Fill arrays for menus orangeThemes = [orangeFranceOrangeTheme, orangeBusinessOrangeTheme, maxItOrangeTheme] - orangeBusinessToolsThemes = [orangeFranceOrangeBusinessToolsTheme, orangeBusinessOrangeBusinessToolsTheme, maxItOrangeBusinessToolsTheme] + orangeCompactThemes = [orangeFranceOrangeCompactTheme, orangeBusinessOrangeCompactTheme, maxItOrangeCompactTheme] otherThemes = [soshTheme, wireframeTheme] - allThemes = orangeThemes + orangeBusinessToolsThemes + otherThemes + allThemes = orangeThemes + orangeCompactThemes + otherThemes if let theme = allThemes.first(where: { $0.id == ThemeProvider.currentTheme }) { currentTheme = theme @@ -190,10 +190,10 @@ struct ThemeSelectionButton: View { .pickerStyle(.inline) } - // Orange Business Tools theme and tunings - Menu("Orange Business Tools") { + // Orange Compact theme and tunings + Menu("Orange Compact") { Picker(selection: $themeProvider.currentTheme, label: EmptyView()) { - ForEach(themeProvider.orangeBusinessToolsThemes, id: \.id) { theme in + ForEach(themeProvider.orangeCompactThemes, id: \.id) { theme in Text(theme.description).tag(theme) } } diff --git a/DesignToolbox/DesignToolbox/Resources/Localizable.xcstrings b/DesignToolbox/DesignToolbox/Resources/Localizable.xcstrings index 7650394510..faa440245a 100644 --- a/DesignToolbox/DesignToolbox/Resources/Localizable.xcstrings +++ b/DesignToolbox/DesignToolbox/Resources/Localizable.xcstrings @@ -434,26 +434,26 @@ } } }, - "app_about_details_themeOrangeBusinessToolsBrandVersion" : { - "comment" : "About screen - Tokens library version (Orange Business Tools)", + "app_about_details_themeOrangeCompactBrandVersion" : { + "comment" : "About screen - Tokens library version (Orange Compact)", "extractionState" : "manual", "localizations" : { "ar" : { "stringUnit" : { "state" : "translated", - "value" : "إصدار مكتبة الرموز المميزة للعلامة التجارية Orange Business Tools:" + "value" : "إصدار مكتبة الرموز المميزة للعلامة التجارية Orange Compact :" } }, "en" : { "stringUnit" : { "state" : "translated", - "value" : "Orange Business Tools brand tokens library version:" + "value" : "Orange Compact brand tokens library version:" } }, "fr" : { "stringUnit" : { "state" : "translated", - "value" : "Version des tokens brand Orange Business Tools :" + "value" : "Version des tokens brand Orange Compact :" } } } @@ -5439,7 +5439,8 @@ "Orange" : { "shouldTranslate" : false }, - "Orange Business Tools" : { + "Orange Compact" : { + "extractionState" : "manual", "shouldTranslate" : false } }, diff --git a/DesignToolbox/DesignToolbox/Utils/Image+extensions.swift b/DesignToolbox/DesignToolbox/Utils/Image+extensions.swift index e27baff4c8..9cff599ce4 100644 --- a/DesignToolbox/DesignToolbox/Utils/Image+extensions.swift +++ b/DesignToolbox/DesignToolbox/Utils/Image+extensions.swift @@ -18,7 +18,7 @@ extension Image { /// Returns a decorative `Image` with the given named loaded form the suitable workspace depending to the theme name static func decorativeImage(named: String, prefixedBy themeName: String) -> Image { - if themeName.contains("Orange") { // "Orange" and "Orange Business Tools" themes + if themeName.contains("Orange") { // "Orange" and "Orange cCompact" themes Image(decorative: "Orange/\(named)") } else { Image(decorative: "\(themeName)/\(named)") @@ -34,7 +34,7 @@ extension Image { /// Returns a decorative default `Image` view with a prefix in the name, upposed to be theme assets folder. /// Supposed ot have in the Design System Toolbox, in assets folder, folders with assets "providing namespaces". static func defaultImage(prefixedBy themeName: String) -> Image { - if themeName.contains("Orange") { // "Orange" and "Orange Business Tools" themes + if themeName.contains("Orange") { // "Orange" and "Orange Compact" themes Image(decorative: "Orange/tips-and-tricks") } else { Image(decorative: "\(themeName)/tips-and-tricks") diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/OUDSTheme+Name.swift b/DesignToolbox/DesignToolboxSnapshotsTests/OUDSTheme+Name.swift index 1d9770196c..cf0a7cb4b9 100644 --- a/DesignToolbox/DesignToolboxSnapshotsTests/OUDSTheme+Name.swift +++ b/DesignToolbox/DesignToolboxSnapshotsTests/OUDSTheme+Name.swift @@ -20,8 +20,8 @@ extension OUDSTheme { if self is OrangeTheme { return "Orange" } - if self is OrangeBusinessToolsTheme { - return "Orange Business Tools" + if self is OrangeCompactTheme { + return "Orange Compact" } if self is SoshTheme { return "Sosh" diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/Components/Actions/OrangeBusinessToolsTheme+ButtonSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/Components/Actions/OrangeBusinessToolsTheme+ButtonSnapshotsTests.swift deleted file mode 100644 index e8f743bc3d..0000000000 --- a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/Components/Actions/OrangeBusinessToolsTheme+ButtonSnapshotsTests.swift +++ /dev/null @@ -1,73 +0,0 @@ -// -// 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 OUDSSwiftUI -import SwiftUI - -// swiftlint:disable required_deinit -// swiftlint:disable type_name - -// MARK: - Test Cases - -/// Tests the UI rendering of the `OUDSButton` for each parameter for `OrangeBusinessToolsTheme`. -final class OrangeBusinessToolsThemeButtonSnapshotsTests: ButtonSnapshotsTestsTestCase { - - // swiftlint:disable implicitly_unwrapped_optional - private var standardTheme: OUDSTheme! - private var tunedTheme: OUDSTheme! - // swiftlint:enable implicitly_unwrapped_optional - - override func setUp() { - standardTheme = OrangeBusinessToolsTheme() // Default tuning do not have rounded corners - tunedTheme = OrangeBusinessToolsTheme(tuning: Tuning(hasRoundedButtons: true)) - } - - // MARK: Orange Business Tools theme - no tuning - - /// Tests all buttons configuration in the `OrangeBusinessToolsTheme` with the `light` color schemes - /// with default tuning. - @MainActor func testAllButtonsOrangeBusinessToolsStandardThemeLight() { - let interfaceStyle = UIUserInterfaceStyle.light - testAllButtons(theme: standardTheme, interfaceStyle: interfaceStyle) - testAllButtonsOnColoredSurface(theme: standardTheme, interfaceStyle: interfaceStyle) - } - - /// Tests all buttons configuration in the `OrangeBusinessToolsTheme` with the `dark` color schemes - /// with default tuning. - @MainActor func testAllButtonsOrangeBusinessToolsStandardThemeDark() { - let interfaceStyle = UIUserInterfaceStyle.dark - testAllButtons(theme: standardTheme, interfaceStyle: interfaceStyle) - testAllButtonsOnColoredSurface(theme: standardTheme, interfaceStyle: interfaceStyle) - } - - // MARK: Orange Business Tools theme - with tuning - - /// Tests all buttons configuration in the `OrangeBusinessToolsTheme` with the `light` color schemes - /// with special tuning (rounded corners) - @MainActor func testAllButtonsOrangeBusinessToolsTunedThemeLight() { - let interfaceStyle = UIUserInterfaceStyle.light - testAllButtons(theme: tunedTheme, interfaceStyle: interfaceStyle) - testAllButtonsOnColoredSurface(theme: tunedTheme, interfaceStyle: interfaceStyle) - } - - /// Tests all buttons configuration in the `OrangeBusinessToolsTheme` with the `dark` color schemes - /// with special tuning (rounded corners) - @MainActor func testAllButtonsOrangeBusinessToolsTunedThemeDark() { - let interfaceStyle = UIUserInterfaceStyle.dark - testAllButtons(theme: tunedTheme, interfaceStyle: interfaceStyle) - testAllButtonsOnColoredSurface(theme: tunedTheme, interfaceStyle: interfaceStyle) - } -} - -// swiftlint:enable required_deinit -// swiftlint:enable type_name diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/Components/Controls/OrangeBusinessToolsTheme+CheckboxSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/Components/Controls/OrangeBusinessToolsTheme+CheckboxSnapshotsTests.swift deleted file mode 100644 index 2860943ea0..0000000000 --- a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/Components/Controls/OrangeBusinessToolsTheme+CheckboxSnapshotsTests.swift +++ /dev/null @@ -1,49 +0,0 @@ -// -// 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 OUDSSwiftUI -import SwiftUI - -// swiftlint:disable required_deinit -// swiftlint:disable type_name - -// MARK: - Test Cases - -/// Tests the UI rendering of the `OUDSCheckboxIndeterminate` and `OUDSCheckboxItemIndeterminate` for each parameter. -/// `OUDSCheckbox` and `OUDSCheckboxItem` won't be tested as, until today, are based on the same layouts and look and feels, and the only difference -/// is in the management of the states. Uses `OrangeBusinessToolsTheme`. -final class OrangeBusinessToolsThemeCheckboxSnapshotsTests: CheckboxSnapshotsTestsTestCase { - - // swiftlint:disable implicitly_unwrapped_optional - private var theme: OUDSTheme! - // swiftlint:enable implicitly_unwrapped_optional - - override func setUp() { - theme = OrangeBusinessToolsTheme() - } - - /// Tests all buttons configuration in the `OrangeBusinessToolsTheme` with the `light` color schemes. - @MainActor func testAllCheckboxesOrangeBusinessToolsThemeLight() { - let interfaceStyle = UIUserInterfaceStyle.light - testAllCheckboxes(theme: theme, interfaceStyle: interfaceStyle) - } - - /// Tests all buttons configuration in the `OrangeBusinessToolsTheme` with the `dark` color schemes. - @MainActor func testAllCheckboxesOrangeBusinessToolsThemeDark() { - let interfaceStyle = UIUserInterfaceStyle.dark - testAllCheckboxes(theme: theme, interfaceStyle: interfaceStyle) - } -} - -// swiftlint:enable required_deinit -// swiftlint:enable type_name diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/Components/Controls/OrangeBusinessToolsTheme+ChipsSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/Components/Controls/OrangeBusinessToolsTheme+ChipsSnapshotsTests.swift deleted file mode 100644 index 7b1e6752ed..0000000000 --- a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/Components/Controls/OrangeBusinessToolsTheme+ChipsSnapshotsTests.swift +++ /dev/null @@ -1,46 +0,0 @@ -// -// 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 OUDSSwiftUI -import SwiftUI -import XCTest - -// swiftlint:disable required_deinit -// swiftlint:disable type_name - -/// Tests the UI rendering of the `OUDSFilterChip` and `OUDSSuggestionChip` for each parameter. -final class OrangeBusinessToolsThemeChipsSnapshotsTests: ChipsSnapshotsTestsTestCase { - - // swiftlint:disable implicitly_unwrapped_optional - private var theme: OUDSTheme! - // swiftlint:enable implicitly_unwrapped_optional - - override func setUp() { - theme = OrangeBusinessToolsTheme() - } - - /// Tests all chips configuration in the `OrangeBusinessToolsTheme` with the `light` color schemes. - @MainActor func testAllChipsOrangeBusinessToolsThemeLight() { - let interfaceStyle = UIUserInterfaceStyle.light - testAllChips(theme: theme, interfaceStyle: interfaceStyle) - } - - /// Tests all chips configuration in the `OrangeBusinessToolsTheme` with the `dark` color schemes. - @MainActor func testAllChipsOrangeBusinessToolsThemeDark() { - let interfaceStyle = UIUserInterfaceStyle.dark - testAllChips(theme: theme, interfaceStyle: interfaceStyle) - } -} - -// swiftlint:enable required_deinit -// swiftlint:enable type_name diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/Components/Controls/OrangeBusinessToolsTheme+RadioButtonSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/Components/Controls/OrangeBusinessToolsTheme+RadioButtonSnapshotsTests.swift deleted file mode 100644 index 1f12f9769a..0000000000 --- a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/Components/Controls/OrangeBusinessToolsTheme+RadioButtonSnapshotsTests.swift +++ /dev/null @@ -1,47 +0,0 @@ -// -// 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 OUDSSwiftUI -import SwiftUI - -// swiftlint:disable required_deinit -// swiftlint:disable type_name - -// MARK: - Test Cases - -/// Tests the UI rendering of the `OUDSRadio` and `OUDSRadioItem` for each parameter for `OrangeBusinessToolsTheme`. -final class OrangeBusinessToolsThemeRadioSnapshotsTests: RadioButtonSnapshotsTestsTestCase { - - // swiftlint:disable implicitly_unwrapped_optional - private var theme: OUDSTheme! - // swiftlint:enable implicitly_unwrapped_optional - - override func setUp() { - theme = OrangeBusinessToolsTheme() - } - - /// Tests all buttons configuration in the `OrangeBusinessToolsTheme` with the `light` color schemes. - @MainActor func testAllRadioButtonsOrangeBusinessToolsThemeLight() { - let interfaceStyle = UIUserInterfaceStyle.light - testAllRadioButtons(theme: theme, interfaceStyle: interfaceStyle) - } - - /// Tests all buttons configuration in the `OrangeBusinessToolsTheme` with the `dark` color schemes. - @MainActor func testAllRadioButtonsOrangeBusinessToolsThemeDark() { - let interfaceStyle = UIUserInterfaceStyle.dark - testAllRadioButtons(theme: theme, interfaceStyle: interfaceStyle) - } -} - -// swiftlint:enable required_deinit -// swiftlint:enable type_name diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/Components/Controls/OrangeBusinessToolsTheme+SwitchSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/Components/Controls/OrangeBusinessToolsTheme+SwitchSnapshotsTests.swift deleted file mode 100644 index 1045c8c765..0000000000 --- a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/Components/Controls/OrangeBusinessToolsTheme+SwitchSnapshotsTests.swift +++ /dev/null @@ -1,47 +0,0 @@ -// -// 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 OUDSSwiftUI -import SwiftUI - -// swiftlint:disable required_deinit -// swiftlint:disable type_name - -// MARK: - Test Cases - -/// Tests the UI rendering of the `OUDSSwitch` and `OUDSSwitchItem` for each parameter for `OrangeBusinessToolsTheme`. -final class OrangeBusinessToolsThemeSwitchSnapshotsTests: SwitchSnapshotsTestsTestCase { - - // swiftlint:disable implicitly_unwrapped_optional - private var theme: OUDSTheme! - // swiftlint:enable implicitly_unwrapped_optional - - override func setUp() { - theme = OrangeBusinessToolsTheme() - } - - /// Tests all switches configuration in the `OrangeBusinessToolsTheme` with the `light` color schemes. - @MainActor func testAllSwitchesOrangeBusinessToolsThemeLight() { - let interfaceStyle = UIUserInterfaceStyle.light - testAllSwitches(theme: theme, interfaceStyle: interfaceStyle) - } - - /// Tests all switches configuration in the `OrangeBusinessToolsTheme` with the `dark` color schemes. - @MainActor func testAllSwitchesOrangeBusinessToolsThemeDark() { - let interfaceStyle = UIUserInterfaceStyle.dark - testAllSwitches(theme: theme, interfaceStyle: interfaceStyle) - } -} - -// swiftlint:enable required_deinit -// swiftlint:enable type_name diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/Components/Controls/OrangeBusinessToolsTheme+TextInputSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/Components/Controls/OrangeBusinessToolsTheme+TextInputSnapshotsTests.swift deleted file mode 100644 index bcdbe7f6a9..0000000000 --- a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/Components/Controls/OrangeBusinessToolsTheme+TextInputSnapshotsTests.swift +++ /dev/null @@ -1,46 +0,0 @@ -// -// 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 OUDSSwiftUI -import SwiftUI - -// swiftlint:disable required_deinit -// swiftlint:disable type_name -// MARK: - Test Cases - -/// Tests the UI rendering of the `OUDSTextInput` for each parameter for `OrangeBusinessToolsTheme`. -final class OrangeBusinessToolsThemeTextInputSnapshotsTests: TextInputSnapshotsTestsTestCase { - - // swiftlint:disable implicitly_unwrapped_optional - private var theme: OUDSTheme! - // swiftlint:enable implicitly_unwrapped_optional - - override func setUp() { - theme = OrangeBusinessToolsTheme() - } - - /// Tests all switches configuration in the `OrangeBusinessToolsTheme` with the `light` color schemes. - @MainActor func testAllTextInputsOrangeBusinessToolsThemeLight() { - let interfaceStyle = UIUserInterfaceStyle.light - testAllTextInputs(theme: theme, interfaceStyle: interfaceStyle) - } - - /// Tests all switches configuration in the `OrangeBusinessToolsTheme` with the `dark` color schemes. - @MainActor func testAllTextInputsOrangeBusinessToolsThemeDark() { - let interfaceStyle = UIUserInterfaceStyle.dark - testAllTextInputs(theme: theme, interfaceStyle: interfaceStyle) - } -} - -// swiftlint:enable required_deinit -// swiftlint:enable type_name diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/Components/Indicators/OrangeBusinessToolsTheme+BadgeSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/Components/Indicators/OrangeBusinessToolsTheme+BadgeSnapshotsTests.swift deleted file mode 100644 index 4c27a0aefb..0000000000 --- a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/Components/Indicators/OrangeBusinessToolsTheme+BadgeSnapshotsTests.swift +++ /dev/null @@ -1,47 +0,0 @@ -// -// 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 OUDSSwiftUI -import SwiftUI - -// swiftlint:disable required_deinit -// swiftlint:disable type_name - -// MARK: - Test Cases - -/// Tests the UI rendering of the `OUDSBadge` components for each parameter with `OrangeBusinessToolsTheme` -final class OrangeBusinessToolsThemeBadgeSnapshotsTests: BadgeSnapshotsTestsTestCase { - - // swiftlint:disable implicitly_unwrapped_optional - private var theme: OUDSTheme! - // swiftlint:enable implicitly_unwrapped_optional - - override func setUp() { - theme = OrangeBusinessToolsTheme() - } - - /// Tests all bages configuration in the `OrangeBusinessToolsTheme` with the `light` color schemes. - @MainActor func testAllBagesOrangeBusinessToolsThemeLight() { - let interfaceStyle = UIUserInterfaceStyle.light - testAllBadges(theme: theme, interfaceStyle: interfaceStyle) - } - - /// Tests all badges configuration in the `OrangeBusinessToolsTheme` with the `dark` color schemes. - @MainActor func testAllBadgesOrangeBusinessToolsThemeDark() { - let interfaceStyle = UIUserInterfaceStyle.dark - testAllBadges(theme: theme, interfaceStyle: interfaceStyle) - } -} - -// swiftlint:enable required_deinit -// swiftlint:enable type_name diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/Components/Indicators/OrangeBusinessToolsTheme+TagSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/Components/Indicators/OrangeBusinessToolsTheme+TagSnapshotsTests.swift deleted file mode 100644 index 523a79f143..0000000000 --- a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/Components/Indicators/OrangeBusinessToolsTheme+TagSnapshotsTests.swift +++ /dev/null @@ -1,59 +0,0 @@ -// -// 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 OUDSSwiftUI -import SwiftUI - -// swiftlint:disable required_deinit -// swiftlint:disable type_name - -// MARK: - Test Cases - -/// Tests the UI rendering of the `OUDSTag` for each parameter with `OrangeBusinessToolsTheme`. -final class OrangeBusinessToolsThemeTagSnapshotsTests: TagSnapshotsTestsTestCase { - - // 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) - } - - /// Tests all tags configuration in the `OrangeBusinessToolsTheme` with the `light` color scheme. - @MainActor func testAllInputTagsOrangeBusinessToolsThemeThemeLight() { - let interfaceStyle = UIUserInterfaceStyle.light - testAllInputTags(theme: theme, interfaceStyle: interfaceStyle) - } - - /// Tests all tags configuration in the `OrangeBusinessToolsTheme` with the `dark` color scheme. - @MainActor func testAllInputTagsOrangeBusinessToolsThemeThemeDark() { - let interfaceStyle = UIUserInterfaceStyle.dark - testAllInputTags(theme: theme, interfaceStyle: interfaceStyle) - } -} - -// swiftlint:enable required_deinit -// swiftlint:enable type_name diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/Components/Layouts/OrangeBusinessToolsTheme+DividerSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/Components/Layouts/OrangeBusinessToolsTheme+DividerSnapshotsTests.swift deleted file mode 100644 index 7b79dddb05..0000000000 --- a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/Components/Layouts/OrangeBusinessToolsTheme+DividerSnapshotsTests.swift +++ /dev/null @@ -1,47 +0,0 @@ -// -// 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 OUDSSwiftUI -import SwiftUI - -// swiftlint:disable required_deinit -// swiftlint:disable type_name - -// MARK: - Test Cases - -/// Tests the UI rendering of the `OUDSHorizontalDivider` and `OUDSVerticalDivider` for each parameter for `OrangeBusinessToolsTheme`. -final class OrangeBusinessToolsThemeDividerSnapshotsTests: DividerSnapshotsTestsTestCase { - - // swiftlint:disable implicitly_unwrapped_optional - private var theme: OUDSTheme! - // swiftlint:enable implicitly_unwrapped_optional - - override func setUp() { - theme = OrangeBusinessToolsTheme() - } - - /// Tests all divider configuration in the `OrangeBusinessToolsTheme` with the `light` color schemes. - @MainActor func testAllDividerOrangeBusinessToolsThemeLight() { - let interfaceStyle = UIUserInterfaceStyle.light - testAllDividers(theme: theme, interfaceStyle: interfaceStyle) - } - - /// Tests all buttons configuration in the `OrangeBusinessToolsTheme` with the `dark` color schemes. - @MainActor func testAllDividerOrangeBusinessToolsThemeDark() { - let interfaceStyle = UIUserInterfaceStyle.dark - testAllDividers(theme: theme, interfaceStyle: interfaceStyle) - } -} - -// swiftlint:enable required_deinit -// swiftlint:enable type_name diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/Components/Navigations/OrangeBusinessToolsTheme+LinkSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/Components/Navigations/OrangeBusinessToolsTheme+LinkSnapshotsTests.swift deleted file mode 100644 index 6767e0fcd5..0000000000 --- a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/Components/Navigations/OrangeBusinessToolsTheme+LinkSnapshotsTests.swift +++ /dev/null @@ -1,49 +0,0 @@ -// -// 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 OUDSSwiftUI -import SwiftUI - -// swiftlint:disable required_deinit -// swiftlint:disable type_name - -// MARK: - Test Cases - -/// Tests the UI rendering of the `OUDSLink` for each parameter for `OrangeBusinessToolsTheme`. -final class OrangeBusinessToolsThemeLinkSnapshotsTests: LinkSnapshotsTestsTestCase { - - // swiftlint:disable implicitly_unwrapped_optional - private var theme: OUDSTheme! - // swiftlint:enable implicitly_unwrapped_optional - - override func setUp() { - theme = OrangeBusinessToolsTheme() - } - - /// Tests all link configuration in the `OrangeBusinessToolsTheme` with the `light` color schemes. - @MainActor func testAllLinksOrangeBusinessToolsThemeLight() { - let interfaceStyle = UIUserInterfaceStyle.light - testAllLinks(theme: theme, interfaceStyle: interfaceStyle) - testAllLinksOnColoredSurface(theme: theme, interfaceStyle: interfaceStyle) - } - - /// Tests all link configuration in the `OrangeBusinessToolsTheme` with the `dark` color schemes. - @MainActor func testAllLinksOrangeBusinessToolsThemeDark() { - let interfaceStyle = UIUserInterfaceStyle.dark - testAllLinks(theme: theme, interfaceStyle: interfaceStyle) - testAllLinksOnColoredSurface(theme: theme, interfaceStyle: interfaceStyle) - } -} - -// swiftlint:enable required_deinit -// swiftlint:enable type_name diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeCompactTheme/Components/Actions/OrangeCompactTheme+ButtonSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeCompactTheme/Components/Actions/OrangeCompactTheme+ButtonSnapshotsTests.swift new file mode 100644 index 0000000000..98db176881 --- /dev/null +++ b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeCompactTheme/Components/Actions/OrangeCompactTheme+ButtonSnapshotsTests.swift @@ -0,0 +1,71 @@ +// +// 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 OUDSSwiftUI +import SwiftUI + +// swiftlint:disable required_deinit + +// MARK: - Test Cases + +/// Tests the UI rendering of the `OUDSButton` for each parameter for `OrangeCompactTheme`. +final class OrangeCompactThemeButtonSnapshotsTests: ButtonSnapshotsTestsTestCase { + + // swiftlint:disable implicitly_unwrapped_optional + private var standardTheme: OUDSTheme! + private var tunedTheme: OUDSTheme! + // swiftlint:enable implicitly_unwrapped_optional + + override func setUp() { + standardTheme = OrangeCompactTheme() // Default tuning do not have rounded corners + tunedTheme = OrangeCompactTheme(tuning: Tuning(hasRoundedButtons: true)) + } + + // MARK: Orange Compact theme - no tuning + + /// Tests all buttons configuration in the `OrangeCompactTheme` with the `light` color schemes + /// with default tuning. + @MainActor func testAllButtonsOrangeCompactStandardThemeLight() { + let interfaceStyle = UIUserInterfaceStyle.light + testAllButtons(theme: standardTheme, interfaceStyle: interfaceStyle) + testAllButtonsOnColoredSurface(theme: standardTheme, interfaceStyle: interfaceStyle) + } + + /// Tests all buttons configuration in the `OrangeCompactTheme` with the `dark` color schemes + /// with default tuning. + @MainActor func testAllButtonsOrangeCompactStandardThemeDark() { + let interfaceStyle = UIUserInterfaceStyle.dark + testAllButtons(theme: standardTheme, interfaceStyle: interfaceStyle) + testAllButtonsOnColoredSurface(theme: standardTheme, interfaceStyle: interfaceStyle) + } + + // MARK: Orange Compact theme - with tuning + + /// Tests all buttons configuration in the `OrangeCompactTheme` with the `light` color schemes + /// with special tuning (rounded corners) + @MainActor func testAllButtonsOrangeCompactTunedThemeLight() { + let interfaceStyle = UIUserInterfaceStyle.light + testAllButtons(theme: tunedTheme, interfaceStyle: interfaceStyle) + testAllButtonsOnColoredSurface(theme: tunedTheme, interfaceStyle: interfaceStyle) + } + + /// Tests all buttons configuration in the `OrangeCompactTheme` with the `dark` color schemes + /// with special tuning (rounded corners) + @MainActor func testAllButtonsOrangeCompactTunedThemeDark() { + let interfaceStyle = UIUserInterfaceStyle.dark + testAllButtons(theme: tunedTheme, interfaceStyle: interfaceStyle) + testAllButtonsOnColoredSurface(theme: tunedTheme, interfaceStyle: interfaceStyle) + } +} + +// swiftlint:enable required_deinit diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeCompactTheme/Components/Controls/OrangeCompactTheme+CheckboxSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeCompactTheme/Components/Controls/OrangeCompactTheme+CheckboxSnapshotsTests.swift new file mode 100644 index 0000000000..1f1e046b1a --- /dev/null +++ b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeCompactTheme/Components/Controls/OrangeCompactTheme+CheckboxSnapshotsTests.swift @@ -0,0 +1,47 @@ +// +// 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 OUDSSwiftUI +import SwiftUI + +// swiftlint:disable required_deinit + +// MARK: - Test Cases + +/// Tests the UI rendering of the `OUDSCheckboxIndeterminate` and `OUDSCheckboxItemIndeterminate` for each parameter. +/// `OUDSCheckbox` and `OUDSCheckboxItem` won't be tested as, until today, are based on the same layouts and look and feels, and the only difference +/// is in the management of the states. Uses `OrangeCompactTheme`. +final class OrangeCompactThemeCheckboxSnapshotsTests: CheckboxSnapshotsTestsTestCase { + + // swiftlint:disable implicitly_unwrapped_optional + private var theme: OUDSTheme! + // swiftlint:enable implicitly_unwrapped_optional + + override func setUp() { + theme = OrangeCompactTheme() + } + + /// Tests all buttons configuration in the `OrangeCompactTheme` with the `light` color schemes. + @MainActor func testAllCheckboxesOrangeCompactThemeLight() { + let interfaceStyle = UIUserInterfaceStyle.light + testAllCheckboxes(theme: theme, interfaceStyle: interfaceStyle) + } + + /// Tests all buttons configuration in the `OrangeCompactTheme` with the `dark` color schemes. + @MainActor func testAllCheckboxesOrangeCompactThemeDark() { + let interfaceStyle = UIUserInterfaceStyle.dark + testAllCheckboxes(theme: theme, interfaceStyle: interfaceStyle) + } +} + +// swiftlint:enable required_deinit diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeCompactTheme/Components/Controls/OrangeCompactTheme+ChipsSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeCompactTheme/Components/Controls/OrangeCompactTheme+ChipsSnapshotsTests.swift new file mode 100644 index 0000000000..2d213dc6be --- /dev/null +++ b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeCompactTheme/Components/Controls/OrangeCompactTheme+ChipsSnapshotsTests.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 OUDSSwiftUI +import SwiftUI +import XCTest + +// swiftlint:disable required_deinit + +/// Tests the UI rendering of the `OUDSFilterChip` and `OUDSSuggestionChip` for each parameter. +final class OrangeCompactThemeChipsSnapshotsTests: ChipsSnapshotsTestsTestCase { + + // swiftlint:disable implicitly_unwrapped_optional + private var theme: OUDSTheme! + // swiftlint:enable implicitly_unwrapped_optional + + override func setUp() { + theme = OrangeCompactTheme() + } + + /// Tests all chips configuration in the `OrangeCompactTheme` with the `light` color schemes. + @MainActor func testAllChipsOrangeCompactThemeLight() { + let interfaceStyle = UIUserInterfaceStyle.light + testAllChips(theme: theme, interfaceStyle: interfaceStyle) + } + + /// Tests all chips configuration in the `OrangeCompactTheme` with the `dark` color schemes. + @MainActor func testAllChipsOrangeCompactThemeDark() { + let interfaceStyle = UIUserInterfaceStyle.dark + testAllChips(theme: theme, interfaceStyle: interfaceStyle) + } +} + +// swiftlint:enable required_deinit diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeCompactTheme/Components/Controls/OrangeCompactTheme+RadioButtonSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeCompactTheme/Components/Controls/OrangeCompactTheme+RadioButtonSnapshotsTests.swift new file mode 100644 index 0000000000..ec8a10b0a8 --- /dev/null +++ b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeCompactTheme/Components/Controls/OrangeCompactTheme+RadioButtonSnapshotsTests.swift @@ -0,0 +1,45 @@ +// +// 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 OUDSSwiftUI +import SwiftUI + +// swiftlint:disable required_deinit + +// MARK: - Test Cases + +/// Tests the UI rendering of the `OUDSRadio` and `OUDSRadioItem` for each parameter for `OrangeCompactTheme`. +final class OrangeCompactThemeRadioSnapshotsTests: RadioButtonSnapshotsTestsTestCase { + + // swiftlint:disable implicitly_unwrapped_optional + private var theme: OUDSTheme! + // swiftlint:enable implicitly_unwrapped_optional + + override func setUp() { + theme = OrangeCompactTheme() + } + + /// Tests all buttons configuration in the `OrangeCompactTheme` with the `light` color schemes. + @MainActor func testAllRadioButtonsOrangeCompactThemeLight() { + let interfaceStyle = UIUserInterfaceStyle.light + testAllRadioButtons(theme: theme, interfaceStyle: interfaceStyle) + } + + /// Tests all buttons configuration in the `OrangeCompactTheme` with the `dark` color schemes. + @MainActor func testAllRadioButtonsOrangeCompactThemeDark() { + let interfaceStyle = UIUserInterfaceStyle.dark + testAllRadioButtons(theme: theme, interfaceStyle: interfaceStyle) + } +} + +// swiftlint:enable required_deinit diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeCompactTheme/Components/Controls/OrangeCompactTheme+SwitchSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeCompactTheme/Components/Controls/OrangeCompactTheme+SwitchSnapshotsTests.swift new file mode 100644 index 0000000000..f8bff3aa78 --- /dev/null +++ b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeCompactTheme/Components/Controls/OrangeCompactTheme+SwitchSnapshotsTests.swift @@ -0,0 +1,45 @@ +// +// 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 OUDSSwiftUI +import SwiftUI + +// swiftlint:disable required_deinit + +// MARK: - Test Cases + +/// Tests the UI rendering of the `OUDSSwitch` and `OUDSSwitchItem` for each parameter for `OrangeCompactTheme`. +final class OrangeCompactThemeSwitchSnapshotsTests: SwitchSnapshotsTestsTestCase { + + // swiftlint:disable implicitly_unwrapped_optional + private var theme: OUDSTheme! + // swiftlint:enable implicitly_unwrapped_optional + + override func setUp() { + theme = OrangeCompactTheme() + } + + /// Tests all switches configuration in the `OrangeCompactTheme` with the `light` color schemes. + @MainActor func testAllSwitchesOrangeCompactThemeLight() { + let interfaceStyle = UIUserInterfaceStyle.light + testAllSwitches(theme: theme, interfaceStyle: interfaceStyle) + } + + /// Tests all switches configuration in the `OrangeCompactTheme` with the `dark` color schemes. + @MainActor func testAllSwitchesOrangeCompactThemeDark() { + let interfaceStyle = UIUserInterfaceStyle.dark + testAllSwitches(theme: theme, interfaceStyle: interfaceStyle) + } +} + +// swiftlint:enable required_deinit diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeCompactTheme/Components/Controls/OrangeCompactTheme+TextInputSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeCompactTheme/Components/Controls/OrangeCompactTheme+TextInputSnapshotsTests.swift new file mode 100644 index 0000000000..477ddbb41d --- /dev/null +++ b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeCompactTheme/Components/Controls/OrangeCompactTheme+TextInputSnapshotsTests.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 OUDSSwiftUI +import SwiftUI + +// swiftlint:disable required_deinit +// swiftlint:disable type_name +// MARK: - Test Cases + +/// Tests the UI rendering of the `OUDSTextInput` for each parameter for `OrangeCompactTheme`. +final class OrangeCompactThemeTextInputSnapshotsTests: TextInputSnapshotsTestsTestCase { + + // swiftlint:disable implicitly_unwrapped_optional + private var theme: OUDSTheme! + // swiftlint:enable implicitly_unwrapped_optional + + override func setUp() { + theme = OrangeCompactTheme() + } + + /// Tests all switches configuration in the `OrangeCompactTheme` with the `light` color schemes. + @MainActor func testAllTextInputsOrangeCompactThemeLight() { + let interfaceStyle = UIUserInterfaceStyle.light + testAllTextInputs(theme: theme, interfaceStyle: interfaceStyle) + } + + /// Tests all switches configuration in the `OrangeCompactTheme` with the `dark` color schemes. + @MainActor func testAllTextInputsOrangeCompactThemeDark() { + let interfaceStyle = UIUserInterfaceStyle.dark + testAllTextInputs(theme: theme, interfaceStyle: interfaceStyle) + } +} + +// swiftlint:enable required_deinit +// swiftlint:enable type_name diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeCompactTheme/Components/Indicators/OrangeCompactTheme+BadgeSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeCompactTheme/Components/Indicators/OrangeCompactTheme+BadgeSnapshotsTests.swift new file mode 100644 index 0000000000..09bc25c399 --- /dev/null +++ b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeCompactTheme/Components/Indicators/OrangeCompactTheme+BadgeSnapshotsTests.swift @@ -0,0 +1,45 @@ +// +// 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 OUDSSwiftUI +import SwiftUI + +// swiftlint:disable required_deinit + +// MARK: - Test Cases + +/// Tests the UI rendering of the `OUDSBadge` components for each parameter with `OrangeCompactTheme` +final class OrangeCompactThemeBadgeSnapshotsTests: BadgeSnapshotsTestsTestCase { + + // swiftlint:disable implicitly_unwrapped_optional + private var theme: OUDSTheme! + // swiftlint:enable implicitly_unwrapped_optional + + override func setUp() { + theme = OrangeCompactTheme() + } + + /// Tests all bages configuration in the `OrangeCompactTheme` with the `light` color schemes. + @MainActor func testAllBagesOrangeCompactThemeLight() { + let interfaceStyle = UIUserInterfaceStyle.light + testAllBadges(theme: theme, interfaceStyle: interfaceStyle) + } + + /// Tests all badges configuration in the `OrangeCompactTheme` with the `dark` color schemes. + @MainActor func testAllBadgesOrangeCompactThemeDark() { + let interfaceStyle = UIUserInterfaceStyle.dark + testAllBadges(theme: theme, interfaceStyle: interfaceStyle) + } +} + +// swiftlint:enable required_deinit diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeCompactTheme/Components/Indicators/OrangeCompactTheme+TagSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeCompactTheme/Components/Indicators/OrangeCompactTheme+TagSnapshotsTests.swift new file mode 100644 index 0000000000..83e02a7e92 --- /dev/null +++ b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeCompactTheme/Components/Indicators/OrangeCompactTheme+TagSnapshotsTests.swift @@ -0,0 +1,57 @@ +// +// 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 OUDSSwiftUI +import SwiftUI + +// swiftlint:disable required_deinit + +// MARK: - Test Cases + +/// Tests the UI rendering of the `OUDSTag` for each parameter with `OrangeCompactTheme`. +final class OrangeCompactThemeTagSnapshotsTests: TagSnapshotsTestsTestCase { + + // swiftlint:disable implicitly_unwrapped_optional + private var theme: OUDSTheme! + // swiftlint:enable implicitly_unwrapped_optional + + override func setUp() { + theme = OrangeCompactTheme() + } + + /// Tests all tags configuration in the `OrangeCompactTheme` with the `light` color scheme. + @MainActor func testAllTagsOrangeCompactThemeThemeLight() { + let interfaceStyle = UIUserInterfaceStyle.light + testAllTags(theme: theme, interfaceStyle: interfaceStyle) + } + + /// Tests all tags configuration in the `OrangeCompactTheme` with the `dark` color scheme. + @MainActor func testAllTagsOrangeCompactThemeThemeDark() { + let interfaceStyle = UIUserInterfaceStyle.dark + testAllTags(theme: theme, interfaceStyle: interfaceStyle) + } + + /// Tests all tags configuration in the `OrangeCompactTheme` with the `light` color scheme. + @MainActor func testAllInputTagsOrangeCompactThemeThemeLight() { + let interfaceStyle = UIUserInterfaceStyle.light + testAllInputTags(theme: theme, interfaceStyle: interfaceStyle) + } + + /// Tests all tags configuration in the `OrangeCompactTheme` with the `dark` color scheme. + @MainActor func testAllInputTagsOrangeCompactThemeThemeDark() { + let interfaceStyle = UIUserInterfaceStyle.dark + testAllInputTags(theme: theme, interfaceStyle: interfaceStyle) + } +} + +// swiftlint:enable required_deinit diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeCompactTheme/Components/Layouts/OrangeCompactTheme+DividerSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeCompactTheme/Components/Layouts/OrangeCompactTheme+DividerSnapshotsTests.swift new file mode 100644 index 0000000000..50185a2670 --- /dev/null +++ b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeCompactTheme/Components/Layouts/OrangeCompactTheme+DividerSnapshotsTests.swift @@ -0,0 +1,45 @@ +// +// 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 OUDSSwiftUI +import SwiftUI + +// swiftlint:disable required_deinit + +// MARK: - Test Cases + +/// Tests the UI rendering of the `OUDSHorizontalDivider` and `OUDSVerticalDivider` for each parameter for `OrangeCompactTheme`. +final class OrangeCompactThemeDividerSnapshotsTests: DividerSnapshotsTestsTestCase { + + // swiftlint:disable implicitly_unwrapped_optional + private var theme: OUDSTheme! + // swiftlint:enable implicitly_unwrapped_optional + + override func setUp() { + theme = OrangeCompactTheme() + } + + /// Tests all divider configuration in the `OrangeCompactTheme` with the `light` color schemes. + @MainActor func testAllDividerOrangeCompactThemeLight() { + let interfaceStyle = UIUserInterfaceStyle.light + testAllDividers(theme: theme, interfaceStyle: interfaceStyle) + } + + /// Tests all buttons configuration in the `OrangeCompactTheme` with the `dark` color schemes. + @MainActor func testAllDividerOrangeCompactThemeDark() { + let interfaceStyle = UIUserInterfaceStyle.dark + testAllDividers(theme: theme, interfaceStyle: interfaceStyle) + } +} + +// swiftlint:enable required_deinit diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeCompactTheme/Components/Navigations/OrangeCompactTheme+LinkSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeCompactTheme/Components/Navigations/OrangeCompactTheme+LinkSnapshotsTests.swift new file mode 100644 index 0000000000..65da0b8bce --- /dev/null +++ b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeCompactTheme/Components/Navigations/OrangeCompactTheme+LinkSnapshotsTests.swift @@ -0,0 +1,47 @@ +// +// 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 OUDSSwiftUI +import SwiftUI + +// swiftlint:disable required_deinit + +// MARK: - Test Cases + +/// Tests the UI rendering of the `OUDSLink` for each parameter for `OrangeCompactTheme`. +final class OrangeCompactThemeLinkSnapshotsTests: LinkSnapshotsTestsTestCase { + + // swiftlint:disable implicitly_unwrapped_optional + private var theme: OUDSTheme! + // swiftlint:enable implicitly_unwrapped_optional + + override func setUp() { + theme = OrangeCompactTheme() + } + + /// Tests all link configuration in the `OrangeCompactTheme` with the `light` color schemes. + @MainActor func testAllLinksOrangeCompactThemeLight() { + let interfaceStyle = UIUserInterfaceStyle.light + testAllLinks(theme: theme, interfaceStyle: interfaceStyle) + testAllLinksOnColoredSurface(theme: theme, interfaceStyle: interfaceStyle) + } + + /// Tests all link configuration in the `OrangeCompactTheme` with the `dark` color schemes. + @MainActor func testAllLinksOrangeCompactThemeDark() { + let interfaceStyle = UIUserInterfaceStyle.dark + testAllLinks(theme: theme, interfaceStyle: interfaceStyle) + testAllLinksOnColoredSurface(theme: theme, interfaceStyle: interfaceStyle) + } +} + +// swiftlint:enable required_deinit diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Icon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Icon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Icon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Icon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Icon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Icon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Icon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Icon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Icon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Icon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Icon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Icon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Icon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Icon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Icon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Icon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Icon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Icon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Icon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Icon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Icon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Icon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Icon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Icon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Icon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Icon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Icon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Icon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Icon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Icon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Icon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Icon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Icon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Icon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Icon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Icon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Icon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Icon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Icon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Icon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Icon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Icon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Icon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Icon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Icon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Icon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Icon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Icon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_TextAndIcon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_TextAndIcon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_TextAndIcon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_TextAndIcon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_TextAndIcon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_TextAndIcon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_TextAndIcon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_TextAndIcon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_TextAndIcon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_TextAndIcon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_TextAndIcon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_TextAndIcon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_TextAndIcon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_TextAndIcon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_TextAndIcon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_TextAndIcon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_TextAndIcon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_TextAndIcon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_TextAndIcon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_TextAndIcon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_TextAndIcon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_TextAndIcon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_TextAndIcon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_TextAndIcon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_TextAndIcon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_TextAndIcon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_TextAndIcon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_TextAndIcon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_TextAndIcon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_TextAndIcon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_TextAndIcon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_TextAndIcon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_TextAndIcon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_TextAndIcon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_TextAndIcon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_TextAndIcon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_TextAndIcon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_TextAndIcon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_TextAndIcon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_TextAndIcon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_TextAndIcon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_TextAndIcon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_TextAndIcon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_TextAndIcon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_TextAndIcon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_TextAndIcon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_TextAndIcon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_TextAndIcon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Text_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Text_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Text_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Text_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Text_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Text_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Text_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Text_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Text_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Text_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Text_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Text_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Text_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Text_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Text_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Text_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Text_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Text_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Text_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Text_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Text_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Text_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Text_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Text_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Text_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Text_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Text_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Text_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Text_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Text_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Text_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Text_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Text_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Text_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Text_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Text_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Text_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Text_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Text_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Text_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Text_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Text_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Text_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Text_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Text_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Text_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface_Text_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface_Text_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconIcon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconIcon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconIcon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconIcon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconIcon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconIcon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconIcon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconIcon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconIcon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconIcon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconIcon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconIcon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconIcon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconIcon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconIcon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconIcon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconIcon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconIcon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconIcon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconIcon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconIcon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconIcon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconIcon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconIcon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconIcon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconIcon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconIcon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconIcon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconIcon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconIcon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconIcon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconIcon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconIcon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconIcon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconIcon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconIcon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconIcon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconIcon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconIcon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconIcon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconText_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconText_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconText_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconText_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconText_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconText_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconText_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconText_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconText_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconText_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconText_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconText_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconText_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconText_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconText_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconText_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconText_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconText_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconText_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconText_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconText_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconText_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconText_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconText_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconText_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconText_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconText_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconText_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconText_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconText_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconText_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconText_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconText_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconText_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconText_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconText_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconText_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconText_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconText_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconText_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconText_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconText_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconText_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconText_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconText_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconText_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.ColoredSurface__FlipIconText_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.ColoredSurface__FlipIconText_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Brand_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Brand_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Brand_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Brand_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Brand_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Brand_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Brand_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Brand_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Brand_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Brand_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Brand_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Brand_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Brand_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Brand_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Brand_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Brand_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Negative_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Negative_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Negative_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Negative_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Negative_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Negative_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Negative_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Negative_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Negative_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Negative_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Negative_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Negative_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Negative_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Negative_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Negative_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Negative_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Icon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Icon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Brand_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Brand_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Brand_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Brand_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Brand_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Brand_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Brand_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Brand_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Brand_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Brand_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Brand_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Brand_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Brand_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Brand_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Brand_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Brand_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Negative_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Negative_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Negative_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Negative_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Negative_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Negative_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Negative_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Negative_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Negative_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Negative_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Negative_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Negative_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Negative_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Negative_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Negative_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Negative_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.TextAndIcon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.TextAndIcon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Brand_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Brand_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Brand_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Brand_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Brand_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Brand_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Brand_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Brand_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Brand_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Brand_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Brand_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Brand_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Brand_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Brand_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Brand_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Brand_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Negative_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Negative_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Negative_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Negative_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Negative_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Negative_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Negative_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Negative_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Negative_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Negative_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Negative_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Negative_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Negative_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Negative_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Negative_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Negative_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Text_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Text_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Brand_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Brand_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Brand_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Brand_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Brand_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Brand_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Brand_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Brand_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Brand_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Brand_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Brand_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Brand_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Brand_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Brand_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Brand_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Brand_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Negative_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Negative_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Negative_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Negative_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Negative_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Negative_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Negative_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Negative_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Negative_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Negative_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Negative_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Negative_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Negative_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Negative_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Negative_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Negative_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconIcon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconIcon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Brand_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Brand_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Brand_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Brand_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Brand_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Brand_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Brand_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Brand_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Brand_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Brand_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Brand_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Brand_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Brand_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Brand_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Brand_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Brand_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Negative_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Negative_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Negative_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Negative_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Negative_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Negative_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Negative_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Negative_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Negative_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Negative_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Negative_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Negative_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Negative_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Negative_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Negative_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Negative_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconTextAndIcon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconTextAndIcon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Brand_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Brand_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Brand_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Brand_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Brand_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Brand_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Brand_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Brand_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Brand_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Brand_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Brand_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Brand_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Brand_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Brand_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Brand_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Brand_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Negative_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Negative_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Negative_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Negative_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Negative_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Negative_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Negative_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Negative_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Negative_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Negative_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Negative_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Negative_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Negative_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Negative_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Negative_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Negative_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_._FlipIconText_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_._FlipIconText_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Icon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Icon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Icon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Icon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Icon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Icon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Icon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Icon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Icon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Icon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Icon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Icon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Icon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Icon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Icon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Icon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Icon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Icon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Icon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Icon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Icon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Icon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Icon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Icon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Icon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Icon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Icon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Icon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Icon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Icon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Icon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Icon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Icon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Icon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Icon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Icon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Icon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Icon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Icon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Icon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Icon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Icon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Icon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Icon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Icon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Icon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Icon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Icon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_TextAndIcon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Text_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Text_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Text_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Text_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Text_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Text_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Text_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Text_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Text_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Text_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Text_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Text_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Text_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Text_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Text_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Text_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Text_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Text_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Text_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Text_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Text_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Text_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Text_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Text_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Text_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Text_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Text_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Text_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Text_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Text_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Text_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Text_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Text_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Text_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Text_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Text_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Text_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Text_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Text_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Text_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Text_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Text_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Text_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Text_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Text_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Text_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface_Text_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface_Text_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.ColoredSurface__FlipIconText_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Brand_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Brand_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Brand_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Brand_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Brand_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Brand_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Brand_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Brand_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Brand_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Brand_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Brand_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Brand_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Brand_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Brand_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Brand_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Brand_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Negative_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Negative_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Negative_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Negative_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Negative_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Negative_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Negative_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Negative_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Negative_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Negative_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Negative_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Negative_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Negative_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Negative_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Negative_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Negative_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Icon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Icon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Brand_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Brand_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Brand_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Brand_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Brand_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Brand_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Brand_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Brand_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Brand_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Brand_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Brand_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Brand_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Brand_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Brand_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Brand_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Brand_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Negative_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Negative_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Negative_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Negative_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Negative_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Negative_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Negative_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Negative_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Negative_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Negative_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Negative_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Negative_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Negative_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Negative_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Negative_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Negative_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.TextAndIcon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.TextAndIcon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Brand_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Brand_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Brand_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Brand_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Brand_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Brand_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Brand_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Brand_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Brand_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Brand_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Brand_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Brand_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Brand_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Brand_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Brand_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Brand_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Negative_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Negative_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Negative_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Negative_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Negative_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Negative_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Negative_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Negative_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Negative_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Negative_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Negative_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Negative_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Negative_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Negative_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Negative_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Negative_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Text_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Text_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Brand_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Brand_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Brand_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Brand_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Brand_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Brand_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Brand_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Brand_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Brand_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Brand_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Brand_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Brand_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Brand_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Brand_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Brand_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Brand_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Negative_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Negative_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Negative_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Negative_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Negative_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Negative_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Negative_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Negative_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Negative_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Negative_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Negative_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Negative_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Negative_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Negative_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Negative_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Negative_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconIcon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconIcon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Brand_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Brand_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Brand_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Brand_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Brand_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Brand_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Brand_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Brand_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Brand_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Brand_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Brand_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Brand_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Brand_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Brand_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Brand_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Brand_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Negative_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Negative_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Negative_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Negative_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Negative_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Negative_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Negative_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Negative_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Negative_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Negative_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Negative_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Negative_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Negative_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Negative_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Negative_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Negative_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconTextAndIcon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconTextAndIcon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Brand_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Brand_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Brand_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Brand_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Brand_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Brand_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Brand_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Brand_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Brand_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Brand_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Brand_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Brand_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Brand_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Brand_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Brand_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Brand_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Negative_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Negative_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Negative_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Negative_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Negative_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Negative_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Negative_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Negative_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Negative_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Negative_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Negative_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Negative_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Negative_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Negative_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Negative_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Negative_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast._FlipIconText_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast._FlipIconText_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Icon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Icon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Icon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Icon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Icon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Icon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Icon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Icon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Icon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Icon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Icon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Icon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Icon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Icon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Icon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Icon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Icon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Icon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Icon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Icon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Icon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Icon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Icon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Icon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Icon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Icon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Icon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Icon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Icon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Icon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Icon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Icon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Icon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Icon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Icon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Icon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Icon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Icon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Icon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Icon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Icon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Icon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Icon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Icon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Icon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Icon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Icon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Icon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_TextAndIcon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_TextAndIcon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_TextAndIcon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_TextAndIcon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_TextAndIcon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_TextAndIcon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_TextAndIcon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_TextAndIcon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_TextAndIcon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_TextAndIcon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_TextAndIcon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_TextAndIcon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_TextAndIcon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_TextAndIcon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_TextAndIcon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_TextAndIcon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_TextAndIcon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_TextAndIcon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_TextAndIcon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_TextAndIcon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_TextAndIcon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_TextAndIcon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_TextAndIcon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_TextAndIcon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_TextAndIcon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_TextAndIcon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_TextAndIcon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_TextAndIcon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_TextAndIcon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_TextAndIcon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_TextAndIcon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_TextAndIcon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_TextAndIcon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_TextAndIcon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_TextAndIcon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_TextAndIcon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_TextAndIcon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_TextAndIcon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_TextAndIcon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_TextAndIcon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_TextAndIcon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_TextAndIcon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_TextAndIcon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_TextAndIcon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_TextAndIcon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_TextAndIcon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_TextAndIcon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_TextAndIcon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Text_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Text_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Text_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Text_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Text_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Text_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Text_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Text_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Text_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Text_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Text_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Text_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Text_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Text_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Text_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Text_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Text_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Text_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Text_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Text_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Text_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Text_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Text_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Text_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Text_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Text_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Text_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Text_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Text_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Text_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Text_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Text_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Text_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Text_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Text_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Text_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Text_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Text_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Text_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Text_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Text_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Text_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Text_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Text_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Text_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Text_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface_Text_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface_Text_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconIcon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconIcon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconIcon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconIcon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconIcon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconIcon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconIcon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconIcon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconIcon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconIcon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconIcon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconIcon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconIcon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconIcon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconIcon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconIcon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconIcon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconIcon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconIcon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconIcon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconIcon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconIcon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconIcon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconIcon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconIcon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconIcon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconIcon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconIcon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconIcon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconIcon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconIcon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconIcon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconIcon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconIcon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconIcon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconIcon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconIcon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconIcon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconIcon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconIcon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconText_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconText_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconText_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconText_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconText_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconText_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconText_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconText_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconText_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconText_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconText_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconText_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconText_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconText_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconText_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconText_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconText_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconText_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconText_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconText_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconText_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconText_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconText_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconText_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconText_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconText_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconText_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconText_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconText_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconText_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconText_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconText_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconText_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconText_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconText_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconText_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconText_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconText_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconText_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconText_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconText_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconText_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconText_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconText_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconText_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconText_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.ColoredSurface__FlipIconText_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.ColoredSurface__FlipIconText_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Brand_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Brand_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Brand_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Brand_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Brand_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Brand_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Brand_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Brand_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Brand_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Brand_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Brand_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Brand_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Brand_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Brand_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Brand_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Brand_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Negative_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Negative_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Negative_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Negative_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Negative_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Negative_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Negative_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Negative_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Negative_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Negative_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Negative_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Negative_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Negative_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Negative_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Negative_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Negative_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Icon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Icon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Brand_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Brand_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Brand_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Brand_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Brand_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Brand_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Brand_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Brand_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Brand_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Brand_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Brand_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Brand_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Brand_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Brand_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Brand_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Brand_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Negative_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Negative_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Negative_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Negative_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Negative_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Negative_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Negative_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Negative_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Negative_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Negative_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Negative_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Negative_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Negative_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Negative_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Negative_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Negative_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.TextAndIcon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.TextAndIcon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Brand_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Brand_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Brand_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Brand_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Brand_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Brand_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Brand_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Brand_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Brand_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Brand_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Brand_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Brand_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Brand_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Brand_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Brand_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Brand_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Negative_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Negative_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Negative_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Negative_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Negative_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Negative_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Negative_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Negative_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Negative_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Negative_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Negative_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Negative_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Negative_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Negative_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Negative_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Negative_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Text_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Text_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Brand_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Brand_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Brand_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Brand_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Brand_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Brand_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Brand_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Brand_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Brand_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Brand_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Brand_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Brand_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Brand_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Brand_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Brand_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Brand_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Negative_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Negative_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Negative_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Negative_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Negative_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Negative_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Negative_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Negative_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Negative_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Negative_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Negative_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Negative_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Negative_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Negative_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Negative_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Negative_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconIcon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconIcon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Brand_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Brand_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Brand_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Brand_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Brand_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Brand_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Brand_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Brand_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Brand_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Brand_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Brand_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Brand_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Brand_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Brand_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Brand_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Brand_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Negative_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Negative_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Negative_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Negative_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Negative_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Negative_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Negative_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Negative_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Negative_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Negative_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Negative_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Negative_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Negative_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Negative_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Negative_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Negative_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconTextAndIcon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconTextAndIcon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Brand_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Brand_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Brand_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Brand_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Brand_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Brand_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Brand_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Brand_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Brand_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Brand_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Brand_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Brand_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Brand_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Brand_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Brand_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Brand_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Negative_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Negative_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Negative_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Negative_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Negative_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Negative_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Negative_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Negative_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Negative_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Negative_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Negative_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Negative_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Negative_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Negative_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Negative_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Negative_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_._FlipIconText_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_._FlipIconText_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Icon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Icon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Icon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Icon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Icon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Icon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Icon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Icon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Icon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Icon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Icon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Icon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Icon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Icon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Icon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Icon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Icon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Icon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Icon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Icon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Icon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Icon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Icon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Icon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Icon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Icon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Icon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Icon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Icon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Icon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Icon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Icon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Icon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Icon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Icon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Icon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Icon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Icon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Icon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Icon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Icon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Icon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Icon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Icon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Icon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Icon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Icon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Icon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_TextAndIcon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Text_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Text_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Text_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Text_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Text_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Text_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Text_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Text_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Text_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Text_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Text_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Text_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Text_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Text_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Text_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Text_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Text_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Text_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Text_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Text_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Text_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Text_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Text_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Text_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Text_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Text_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Text_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Text_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Text_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Text_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Text_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Text_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Text_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Text_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Text_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Text_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Text_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Text_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Text_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Text_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Text_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Text_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Text_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Text_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Text_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Text_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface_Text_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface_Text_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconIcon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconTextAndIcon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconText_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconText_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconText_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconText_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconText_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconText_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconText_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconText_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconText_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconText_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconText_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconText_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconText_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconText_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconText_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconText_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconText_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconText_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconText_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconText_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconText_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconText_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconText_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconText_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconText_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconText_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconText_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconText_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconText_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconText_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconText_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconText_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconText_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconText_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconText_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconText_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconText_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconText_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconText_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconText_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconText_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconText_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconText_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconText_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconText_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconText_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.ColoredSurface__FlipIconText_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.ColoredSurface__FlipIconText_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Brand_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Brand_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Brand_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Brand_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Brand_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Brand_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Brand_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Brand_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Brand_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Brand_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Brand_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Brand_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Brand_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Brand_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Brand_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Brand_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Negative_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Negative_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Negative_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Negative_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Negative_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Negative_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Negative_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Negative_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Negative_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Negative_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Negative_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Negative_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Negative_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Negative_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Negative_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Negative_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Icon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Icon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Brand_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Brand_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Brand_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Brand_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Brand_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Brand_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Brand_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Brand_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Brand_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Brand_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Brand_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Brand_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Brand_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Brand_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Brand_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Brand_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Negative_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Negative_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Negative_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Negative_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Negative_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Negative_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Negative_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Negative_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Negative_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Negative_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Negative_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Negative_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Negative_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Negative_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Negative_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Negative_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.TextAndIcon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.TextAndIcon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Brand_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Brand_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Brand_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Brand_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Brand_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Brand_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Brand_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Brand_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Brand_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Brand_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Brand_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Brand_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Brand_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Brand_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Brand_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Brand_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Negative_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Negative_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Negative_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Negative_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Negative_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Negative_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Negative_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Negative_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Negative_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Negative_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Negative_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Negative_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Negative_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Negative_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Negative_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Negative_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Text_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Text_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Brand_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Brand_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Brand_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Brand_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Brand_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Brand_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Brand_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Brand_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Brand_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Brand_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Brand_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Brand_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Brand_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Brand_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Brand_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Brand_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Negative_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Negative_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Negative_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Negative_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Negative_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Negative_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Negative_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Negative_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Negative_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Negative_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Negative_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Negative_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Negative_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Negative_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Negative_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Negative_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconIcon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconIcon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Brand_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Brand_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Brand_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Brand_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Brand_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Brand_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Brand_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Brand_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Brand_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Brand_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Brand_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Brand_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Brand_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Brand_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Brand_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Brand_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Negative_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Negative_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Negative_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Negative_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Negative_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Negative_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Negative_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Negative_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Negative_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Negative_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Negative_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Negative_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Negative_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Negative_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Negative_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Negative_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconTextAndIcon_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconTextAndIcon_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Brand_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Brand_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Brand_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Brand_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Brand_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Brand_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Brand_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Brand_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Brand_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Brand_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Brand_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Brand_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Brand_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Brand_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Brand_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Brand_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Default_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Default_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Default_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Default_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Default_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Default_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Default_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Default_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Default_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Default_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Default_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Default_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Default_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Default_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Default_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Default_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Minimal_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Minimal_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Minimal_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Minimal_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Minimal_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Minimal_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Minimal_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Minimal_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Minimal_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Minimal_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Minimal_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Minimal_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Minimal_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Minimal_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Minimal_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Minimal_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Negative_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Negative_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Negative_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Negative_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Negative_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Negative_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Negative_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Negative_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Negative_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Negative_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Negative_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Negative_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Negative_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Negative_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Negative_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Negative_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Strong_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Strong_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Strong_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Strong_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Strong_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Strong_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Strong_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Strong_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Strong_Default_Disabled_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Strong_Default_Disabled_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Strong_Default_Disabled_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Strong_Default_Disabled_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Strong_Default_Rounded.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Strong_Default_Rounded.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast._FlipIconText_Strong_Default_Rounded.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Actions/__Snapshots__/ButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast._FlipIconText_Strong_Default_Rounded.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-_Indeterminate_.png deleted file mode 100644 index 7a777bf114..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-_Selected_.png deleted file mode 100644 index edf6522d3b..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-_Unselected_.png deleted file mode 100644 index 836bb617c3..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-divider_Indeterminate_.png deleted file mode 100644 index 7c1fe3e80b..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-divider_Selected_.png deleted file mode 100644 index 3c78884e00..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-divider_Unselected_.png deleted file mode 100644 index 435e326d00..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-withError-_Indeterminate_.png deleted file mode 100644 index 64219c378d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-withError-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-withError-_Selected_.png deleted file mode 100644 index d42b898a0b..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-withError-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-withError-_Unselected_.png deleted file mode 100644 index cb59fdc07f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-withError-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-withError-divider_Indeterminate_.png deleted file mode 100644 index 6516459d78..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-withError-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-withError-divider_Selected_.png deleted file mode 100644 index 61e1aab138..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-withError-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-withError-divider_Unselected_.png deleted file mode 100644 index 093ed9c771..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-withError-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-_Indeterminate_.png deleted file mode 100644 index f40a06a15e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-_Selected_.png deleted file mode 100644 index 19daa6c9ea..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-_Unselected_.png deleted file mode 100644 index b6570f33be..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-divider_Indeterminate_.png deleted file mode 100644 index fbd64fb53a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-divider_Selected_.png deleted file mode 100644 index d13f6605b0..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-divider_Unselected_.png deleted file mode 100644 index 44b8eeffd1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-withError-_Indeterminate_.png deleted file mode 100644 index 0627fb392b..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-withError-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-withError-_Selected_.png deleted file mode 100644 index 26de9f2dc6..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-withError-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-withError-_Unselected_.png deleted file mode 100644 index c2d36a93bd..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-withError-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-withError-divider_Indeterminate_.png deleted file mode 100644 index a116d7d436..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-withError-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-withError-divider_Selected_.png deleted file mode 100644 index 918c6310c7..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-withError-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-withError-divider_Unselected_.png deleted file mode 100644 index 7707c2e8dd..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-withError-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-_Indeterminate_.png deleted file mode 100644 index f40a06a15e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-_Selected_.png deleted file mode 100644 index 19daa6c9ea..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-_Unselected_.png deleted file mode 100644 index b6570f33be..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_Indeterminate_.png deleted file mode 100644 index fbd64fb53a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_Selected_.png deleted file mode 100644 index d13f6605b0..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_Unselected_.png deleted file mode 100644 index 44b8eeffd1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_Indeterminate_.png deleted file mode 100644 index 0627fb392b..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_Selected_.png deleted file mode 100644 index 26de9f2dc6..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_Unselected_.png deleted file mode 100644 index c2d36a93bd..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_Indeterminate_.png deleted file mode 100644 index a116d7d436..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_Selected_.png deleted file mode 100644 index 918c6310c7..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_Unselected_.png deleted file mode 100644 index 7707c2e8dd..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_Indeterminate_.png deleted file mode 100644 index f40a06a15e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_Selected_.png deleted file mode 100644 index 19daa6c9ea..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_Unselected_.png deleted file mode 100644 index b6570f33be..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Indeterminate_.png deleted file mode 100644 index fbd64fb53a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Selected_.png deleted file mode 100644 index d13f6605b0..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Unselected_.png deleted file mode 100644 index 44b8eeffd1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Indeterminate_.png deleted file mode 100644 index 0627fb392b..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Selected_.png deleted file mode 100644 index 26de9f2dc6..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Unselected_.png deleted file mode 100644 index c2d36a93bd..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Indeterminate_.png deleted file mode 100644 index a116d7d436..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Selected_.png deleted file mode 100644 index 918c6310c7..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Unselected_.png deleted file mode 100644 index 7707c2e8dd..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-_Indeterminate_.png deleted file mode 100644 index 410d2f74a2..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-_Selected_.png deleted file mode 100644 index e5fa18cd20..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-_Unselected_.png deleted file mode 100644 index fe634eeab8..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-divider_Indeterminate_.png deleted file mode 100644 index 504df8678a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-divider_Selected_.png deleted file mode 100644 index d378110861..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-divider_Unselected_.png deleted file mode 100644 index 4e6372eea9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-withError-_Indeterminate_.png deleted file mode 100644 index 0a6ba1e07f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-withError-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-withError-_Selected_.png deleted file mode 100644 index 0fabd1177b..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-withError-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-withError-_Unselected_.png deleted file mode 100644 index 7f60b490f4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-withError-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-withError-divider_Indeterminate_.png deleted file mode 100644 index 29cad74e26..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-withError-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-withError-divider_Selected_.png deleted file mode 100644 index f37f88da45..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-withError-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-withError-divider_Unselected_.png deleted file mode 100644 index 7b532c86c3..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-withError-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_Indeterminate_.png deleted file mode 100644 index 410d2f74a2..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_Selected_.png deleted file mode 100644 index e5fa18cd20..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_Unselected_.png deleted file mode 100644 index fe634eeab8..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_Indeterminate_.png deleted file mode 100644 index 504df8678a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_Selected_.png deleted file mode 100644 index d378110861..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_Unselected_.png deleted file mode 100644 index 4e6372eea9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_Indeterminate_.png deleted file mode 100644 index 0a6ba1e07f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_Selected_.png deleted file mode 100644 index 0fabd1177b..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_Unselected_.png deleted file mode 100644 index 7f60b490f4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_Indeterminate_.png deleted file mode 100644 index 29cad74e26..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_Selected_.png deleted file mode 100644 index f37f88da45..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_Unselected_.png deleted file mode 100644 index 7b532c86c3..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-_Indeterminate_.png deleted file mode 100644 index 2b7b36f493..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-_Selected_.png deleted file mode 100644 index 22a450cf2b..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-_Unselected_.png deleted file mode 100644 index d2193cf20e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-divider_Indeterminate_.png deleted file mode 100644 index 324ad33786..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-divider_Selected_.png deleted file mode 100644 index acc888e109..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-divider_Unselected_.png deleted file mode 100644 index 5f872a85b5..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-witError-_Indeterminate_.png deleted file mode 100644 index 65d8863bfa..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-witError-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-witError-_Selected_.png deleted file mode 100644 index 71d7b2a409..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-witError-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-witError-_Unselected_.png deleted file mode 100644 index aece3bf66c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-witError-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-witError-divider_Indeterminate_.png deleted file mode 100644 index 180c54ba83..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-witError-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-witError-divider_Selected_.png deleted file mode 100644 index adff2db6dc..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-witError-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-witError-divider_Unselected_.png deleted file mode 100644 index 0cc2f53a73..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-error-witError-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-_Indeterminate_.png deleted file mode 100644 index 2b7b36f493..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-_Selected_.png deleted file mode 100644 index 22a450cf2b..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-_Unselected_.png deleted file mode 100644 index d2193cf20e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-divider_Indeterminate_.png deleted file mode 100644 index 324ad33786..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-divider_Selected_.png deleted file mode 100644 index acc888e109..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-divider_Unselected_.png deleted file mode 100644 index 5f872a85b5..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-_Indeterminate_.png deleted file mode 100644 index 65d8863bfa..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-_Selected_.png deleted file mode 100644 index 71d7b2a409..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-_Unselected_.png deleted file mode 100644 index aece3bf66c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Indeterminate_.png deleted file mode 100644 index 180c54ba83..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Selected_.png deleted file mode 100644 index adff2db6dc..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Unselected_.png deleted file mode 100644 index 0cc2f53a73..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Indeterminate_.png deleted file mode 100644 index 2b7b36f493..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Selected_.png deleted file mode 100644 index 22a450cf2b..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Unselected_.png deleted file mode 100644 index d2193cf20e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Indeterminate_.png deleted file mode 100644 index 324ad33786..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Selected_.png deleted file mode 100644 index acc888e109..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Unselected_.png deleted file mode 100644 index 5f872a85b5..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Indeterminate_.png deleted file mode 100644 index 65d8863bfa..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Selected_.png deleted file mode 100644 index 71d7b2a409..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Unselected_.png deleted file mode 100644 index aece3bf66c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Indeterminate_.png deleted file mode 100644 index 180c54ba83..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Selected_.png deleted file mode 100644 index adff2db6dc..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Unselected_.png deleted file mode 100644 index 0cc2f53a73..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-_Indeterminate_.png deleted file mode 100644 index be69f4ca58..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-_Selected_.png deleted file mode 100644 index f5c411fc57..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-_Unselected_.png deleted file mode 100644 index e1093415ec..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-divider_Indeterminate_.png deleted file mode 100644 index 4d706ac7ca..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-divider_Selected_.png deleted file mode 100644 index 18c4428cab..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-divider_Unselected_.png deleted file mode 100644 index 4182a457f2..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-witError-_Indeterminate_.png deleted file mode 100644 index 79009ccc35..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-witError-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-witError-_Selected_.png deleted file mode 100644 index e67a04cc6f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-witError-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-witError-_Unselected_.png deleted file mode 100644 index 6c111572c0..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-witError-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-witError-divider_Indeterminate_.png deleted file mode 100644 index 56610b1b5b..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-witError-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-witError-divider_Selected_.png deleted file mode 100644 index 9e33139254..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-witError-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-witError-divider_Unselected_.png deleted file mode 100644 index b2fed96a28..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-witError-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-_Indeterminate_.png deleted file mode 100644 index 9a9817b1ac..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-_Selected_.png deleted file mode 100644 index 8ca34e5ff0..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-_Unselected_.png deleted file mode 100644 index 4acd3ea609..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-divider_Indeterminate_.png deleted file mode 100644 index d9f98f2e0d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-divider_Selected_.png deleted file mode 100644 index e01665d5a9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-divider_Unselected_.png deleted file mode 100644 index c0b8f1d997..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-witError-_Indeterminate_.png deleted file mode 100644 index d91125e750..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-witError-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-witError-_Selected_.png deleted file mode 100644 index 7412141925..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-witError-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-witError-_Unselected_.png deleted file mode 100644 index ec3a6a1d4d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-witError-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-witError-divider_Indeterminate_.png deleted file mode 100644 index db337dce1e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-witError-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-witError-divider_Selected_.png deleted file mode 100644 index 6095ef94f5..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-witError-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-witError-divider_Unselected_.png deleted file mode 100644 index f909b6969f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-witError-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_Indeterminate_.png deleted file mode 100644 index 9a9817b1ac..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_Selected_.png deleted file mode 100644 index 8ca34e5ff0..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_Unselected_.png deleted file mode 100644 index 4acd3ea609..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_Indeterminate_.png deleted file mode 100644 index d9f98f2e0d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_Selected_.png deleted file mode 100644 index e01665d5a9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_Unselected_.png deleted file mode 100644 index c0b8f1d997..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-_Indeterminate_.png deleted file mode 100644 index d91125e750..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-_Selected_.png deleted file mode 100644 index 7412141925..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-_Unselected_.png deleted file mode 100644 index ec3a6a1d4d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Indeterminate_.png deleted file mode 100644 index db337dce1e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Selected_.png deleted file mode 100644 index 6095ef94f5..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Unselected_.png deleted file mode 100644 index f909b6969f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-_Indeterminate_.png deleted file mode 100644 index 09a92fe7e3..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-_Selected_.png deleted file mode 100644 index 3d3d538db0..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-_Unselected_.png deleted file mode 100644 index a303ea6f0a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-divider_Indeterminate_.png deleted file mode 100644 index de2b545c1b..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-divider_Selected_.png deleted file mode 100644 index e8ec1fd622..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-divider_Unselected_.png deleted file mode 100644 index debe0e0cba..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-withError-_Indeterminate_.png deleted file mode 100644 index c1cb432707..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-withError-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-withError-_Selected_.png deleted file mode 100644 index d6b20ed174..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-withError-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-withError-_Unselected_.png deleted file mode 100644 index 30cc61c929..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-withError-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-withError-divider_Indeterminate_.png deleted file mode 100644 index bac2c2c3c7..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-withError-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-withError-divider_Selected_.png deleted file mode 100644 index 25c999c362..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-withError-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-withError-divider_Unselected_.png deleted file mode 100644 index 98b62bda97..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-withError-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-_Indeterminate_.png deleted file mode 100644 index 383cfff6b7..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-_Selected_.png deleted file mode 100644 index c8e21bb2aa..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-_Unselected_.png deleted file mode 100644 index db550a453d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-divider_Indeterminate_.png deleted file mode 100644 index 64e7ef487a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-divider_Selected_.png deleted file mode 100644 index 0a33e858d5..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-divider_Unselected_.png deleted file mode 100644 index cd13e26682..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-withError-_Indeterminate_.png deleted file mode 100644 index 7474149e81..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-withError-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-withError-_Selected_.png deleted file mode 100644 index 8a8987cc1f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-withError-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-withError-_Unselected_.png deleted file mode 100644 index d3dba24c3c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-withError-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-withError-divider_Indeterminate_.png deleted file mode 100644 index 7a2819cf13..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-withError-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-withError-divider_Selected_.png deleted file mode 100644 index 6a6483dffc..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-withError-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-withError-divider_Unselected_.png deleted file mode 100644 index 3659873685..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-withError-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-_Indeterminate_.png deleted file mode 100644 index 383cfff6b7..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-_Selected_.png deleted file mode 100644 index c8e21bb2aa..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-_Unselected_.png deleted file mode 100644 index db550a453d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_Indeterminate_.png deleted file mode 100644 index 64e7ef487a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_Selected_.png deleted file mode 100644 index 0a33e858d5..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_Unselected_.png deleted file mode 100644 index cd13e26682..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_Indeterminate_.png deleted file mode 100644 index 7474149e81..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_Selected_.png deleted file mode 100644 index 8a8987cc1f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_Unselected_.png deleted file mode 100644 index d3dba24c3c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_Indeterminate_.png deleted file mode 100644 index 7a2819cf13..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_Selected_.png deleted file mode 100644 index 6a6483dffc..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_Unselected_.png deleted file mode 100644 index 3659873685..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_Indeterminate_.png deleted file mode 100644 index 383cfff6b7..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_Selected_.png deleted file mode 100644 index c8e21bb2aa..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_Unselected_.png deleted file mode 100644 index db550a453d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Indeterminate_.png deleted file mode 100644 index 64e7ef487a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Selected_.png deleted file mode 100644 index 0a33e858d5..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Unselected_.png deleted file mode 100644 index cd13e26682..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Indeterminate_.png deleted file mode 100644 index 7474149e81..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Selected_.png deleted file mode 100644 index 8a8987cc1f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Unselected_.png deleted file mode 100644 index d3dba24c3c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Indeterminate_.png deleted file mode 100644 index 7a2819cf13..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Selected_.png deleted file mode 100644 index 6a6483dffc..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Unselected_.png deleted file mode 100644 index 3659873685..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-_Indeterminate_.png deleted file mode 100644 index 1e0a1ca1b8..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-_Selected_.png deleted file mode 100644 index 0ab6069a35..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-_Unselected_.png deleted file mode 100644 index 698a08f67d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-divider_Indeterminate_.png deleted file mode 100644 index 9256078a7e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-divider_Selected_.png deleted file mode 100644 index 26cce736d1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-divider_Unselected_.png deleted file mode 100644 index 685feee9b3..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-withError-_Indeterminate_.png deleted file mode 100644 index 74aab7b228..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-withError-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-withError-_Selected_.png deleted file mode 100644 index 8263af4e4e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-withError-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-withError-_Unselected_.png deleted file mode 100644 index 51e309a36a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-withError-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-withError-divider_Indeterminate_.png deleted file mode 100644 index 56a0ab7510..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-withError-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-withError-divider_Selected_.png deleted file mode 100644 index 9a35165696..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-withError-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-withError-divider_Unselected_.png deleted file mode 100644 index ba6243d4c9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-withError-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-_Indeterminate_.png deleted file mode 100644 index 1e0a1ca1b8..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-_Selected_.png deleted file mode 100644 index 0ab6069a35..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-_Unselected_.png deleted file mode 100644 index 698a08f67d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_Indeterminate_.png deleted file mode 100644 index 9256078a7e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_Selected_.png deleted file mode 100644 index 26cce736d1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_Unselected_.png deleted file mode 100644 index 685feee9b3..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_Indeterminate_.png deleted file mode 100644 index 74aab7b228..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_Selected_.png deleted file mode 100644 index 8263af4e4e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_Unselected_.png deleted file mode 100644 index 51e309a36a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_Indeterminate_.png deleted file mode 100644 index 56a0ab7510..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_Selected_.png deleted file mode 100644 index 9a35165696..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_Unselected_.png deleted file mode 100644 index ba6243d4c9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-_Indeterminate_.png deleted file mode 100644 index f3c5293827..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-_Selected_.png deleted file mode 100644 index 45c9499205..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-_Unselected_.png deleted file mode 100644 index 17193bb0f2..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-divider_Indeterminate_.png deleted file mode 100644 index 1c842a4d28..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-divider_Selected_.png deleted file mode 100644 index dc2e25006e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-divider_Unselected_.png deleted file mode 100644 index a8540459c3..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-witError-_Indeterminate_.png deleted file mode 100644 index 99eb754c54..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-witError-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-witError-_Selected_.png deleted file mode 100644 index 134acddccc..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-witError-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-witError-_Unselected_.png deleted file mode 100644 index e026fec395..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-witError-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-witError-divider_Indeterminate_.png deleted file mode 100644 index 4aba3b15dc..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-witError-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-witError-divider_Selected_.png deleted file mode 100644 index 329d2748ec..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-witError-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-witError-divider_Unselected_.png deleted file mode 100644 index 5604195f1f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-error-witError-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-_Indeterminate_.png deleted file mode 100644 index f3c5293827..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-_Selected_.png deleted file mode 100644 index 45c9499205..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-_Unselected_.png deleted file mode 100644 index 17193bb0f2..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-divider_Indeterminate_.png deleted file mode 100644 index 1c842a4d28..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-divider_Selected_.png deleted file mode 100644 index dc2e25006e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-divider_Unselected_.png deleted file mode 100644 index a8540459c3..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-_Indeterminate_.png deleted file mode 100644 index 99eb754c54..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-_Selected_.png deleted file mode 100644 index 134acddccc..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-_Unselected_.png deleted file mode 100644 index e026fec395..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Indeterminate_.png deleted file mode 100644 index 4aba3b15dc..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Selected_.png deleted file mode 100644 index 329d2748ec..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Unselected_.png deleted file mode 100644 index 5604195f1f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Indeterminate_.png deleted file mode 100644 index f3c5293827..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Selected_.png deleted file mode 100644 index 45c9499205..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Unselected_.png deleted file mode 100644 index 17193bb0f2..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Indeterminate_.png deleted file mode 100644 index 1c842a4d28..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Selected_.png deleted file mode 100644 index dc2e25006e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Unselected_.png deleted file mode 100644 index a8540459c3..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Indeterminate_.png deleted file mode 100644 index 99eb754c54..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Selected_.png deleted file mode 100644 index 134acddccc..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Unselected_.png deleted file mode 100644 index e026fec395..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Indeterminate_.png deleted file mode 100644 index 4aba3b15dc..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Selected_.png deleted file mode 100644 index 329d2748ec..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Unselected_.png deleted file mode 100644 index 5604195f1f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-_Indeterminate_.png deleted file mode 100644 index f114a6f584..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-_Selected_.png deleted file mode 100644 index 0a241fc2ea..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-_Unselected_.png deleted file mode 100644 index 647ed2e4d5..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-divider_Indeterminate_.png deleted file mode 100644 index d5c0cdb98e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-divider_Selected_.png deleted file mode 100644 index 001cda6220..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-divider_Unselected_.png deleted file mode 100644 index 64ccaeb4c1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-witError-_Indeterminate_.png deleted file mode 100644 index af2dfb5e20..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-witError-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-witError-_Selected_.png deleted file mode 100644 index 0d1a1d43ba..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-witError-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-witError-_Unselected_.png deleted file mode 100644 index 97bf528a62..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-witError-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-witError-divider_Indeterminate_.png deleted file mode 100644 index be4bce140b..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-witError-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-witError-divider_Selected_.png deleted file mode 100644 index bd6dbe8c86..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-witError-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-witError-divider_Unselected_.png deleted file mode 100644 index 2d005d6389..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-witError-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-_Indeterminate_.png deleted file mode 100644 index f383c93c76..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-_Selected_.png deleted file mode 100644 index 3fe1aeff4f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-_Unselected_.png deleted file mode 100644 index 38886a0c6d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-divider_Indeterminate_.png deleted file mode 100644 index 9bc04e0dfa..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-divider_Selected_.png deleted file mode 100644 index 1e4e1c6d04..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-divider_Unselected_.png deleted file mode 100644 index 8a5a55cfb7..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-witError-_Indeterminate_.png deleted file mode 100644 index 97fca3ec1e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-witError-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-witError-_Selected_.png deleted file mode 100644 index b268b04378..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-witError-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-witError-_Unselected_.png deleted file mode 100644 index b9295cf0c3..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-witError-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-witError-divider_Indeterminate_.png deleted file mode 100644 index 2d0738a3d6..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-witError-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-witError-divider_Selected_.png deleted file mode 100644 index 912b5649fb..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-witError-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-witError-divider_Unselected_.png deleted file mode 100644 index e7ef91a2d6..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-witError-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_Indeterminate_.png deleted file mode 100644 index f383c93c76..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_Selected_.png deleted file mode 100644 index 3fe1aeff4f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_Unselected_.png deleted file mode 100644 index 38886a0c6d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_Indeterminate_.png deleted file mode 100644 index 9bc04e0dfa..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_Selected_.png deleted file mode 100644 index 1e4e1c6d04..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_Unselected_.png deleted file mode 100644 index 8a5a55cfb7..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-_Indeterminate_.png deleted file mode 100644 index 97fca3ec1e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-_Selected_.png deleted file mode 100644 index b268b04378..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-_Unselected_.png deleted file mode 100644 index b9295cf0c3..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Indeterminate_.png deleted file mode 100644 index 2d0738a3d6..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Indeterminate_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Selected_.png deleted file mode 100644 index 912b5649fb..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Selected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Unselected_.png deleted file mode 100644 index e7ef91a2d6..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Unselected_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-divider_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-divider_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-divider_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-divider_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-divider_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-divider_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-divider_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-divider_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-divider_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-divider_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-divider_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-divider_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-_Indeterminate_.png new file mode 100644 index 0000000000..637290d985 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-_Selected_.png new file mode 100644 index 0000000000..e804a02282 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-_Unselected_.png new file mode 100644 index 0000000000..6ea237b7ed Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-divider_Indeterminate_.png new file mode 100644 index 0000000000..9cb14782e4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-divider_Selected_.png new file mode 100644 index 0000000000..6e1ac1051e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-divider_Unselected_.png new file mode 100644 index 0000000000..d239d2caa9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-withError-_Indeterminate_.png new file mode 100644 index 0000000000..e084cca3ca Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-withError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-withError-_Selected_.png new file mode 100644 index 0000000000..28ed489900 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-withError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-withError-_Unselected_.png new file mode 100644 index 0000000000..ff54f0824c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-withError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-withError-divider_Indeterminate_.png new file mode 100644 index 0000000000..43d7361faf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-withError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-withError-divider_Selected_.png new file mode 100644 index 0000000000..1487a3485b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-withError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-withError-divider_Unselected_.png new file mode 100644 index 0000000000..208cda59cd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-withError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-readOnly-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-readOnly-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-readOnly-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-readOnly-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-readOnly-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-readOnly-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-readOnly-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-readOnly-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-readOnly-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-readOnly-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-readOnly-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-readOnly-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-readOnly-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-readOnly-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-readOnly-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-readOnly-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-readOnly-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-readOnly-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-readOnly-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-readOnly-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-readOnly-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-readOnly-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-readOnly-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-readOnly-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-divider_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-divider_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-divider_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-divider_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-divider_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-divider_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-divider_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-divider_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-divider_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-divider_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-divider_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-divider_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-_Indeterminate_.png new file mode 100644 index 0000000000..ddd60e7783 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-_Selected_.png new file mode 100644 index 0000000000..ef49f5dcb5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-_Unselected_.png new file mode 100644 index 0000000000..8a60d1196e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-divider_Indeterminate_.png new file mode 100644 index 0000000000..5e64ccbd42 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-divider_Selected_.png new file mode 100644 index 0000000000..df60614593 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-divider_Unselected_.png new file mode 100644 index 0000000000..aa289131a3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-withError-_Indeterminate_.png new file mode 100644 index 0000000000..6f6e417f03 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-withError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-withError-_Selected_.png new file mode 100644 index 0000000000..5dd9ff7277 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-withError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-withError-_Unselected_.png new file mode 100644 index 0000000000..cabb5696fe Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-withError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-withError-divider_Indeterminate_.png new file mode 100644 index 0000000000..f58d704a61 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-withError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-withError-divider_Selected_.png new file mode 100644 index 0000000000..175f94a044 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-withError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-withError-divider_Unselected_.png new file mode 100644 index 0000000000..67f53bc85f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-withError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-readOnly-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-readOnly-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-readOnly-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-readOnly-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-readOnly-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-readOnly-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-readOnly-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-readOnly-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-readOnly-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-readOnly-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-readOnly-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-readOnly-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-readOnly-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-readOnly-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-readOnly-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-readOnly-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-readOnly-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-readOnly-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-readOnly-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-readOnly-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-readOnly-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-readOnly-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-readOnly-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-readOnly-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-divider_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-divider_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-divider_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-divider_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-divider_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-divider_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-divider_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-divider_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-divider_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-divider_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-divider_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-divider_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-_Indeterminate_.png new file mode 100644 index 0000000000..ddd60e7783 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-_Selected_.png new file mode 100644 index 0000000000..ef49f5dcb5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-_Unselected_.png new file mode 100644 index 0000000000..8a60d1196e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_Indeterminate_.png new file mode 100644 index 0000000000..5e64ccbd42 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_Selected_.png new file mode 100644 index 0000000000..df60614593 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_Unselected_.png new file mode 100644 index 0000000000..aa289131a3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_Indeterminate_.png new file mode 100644 index 0000000000..6f6e417f03 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_Selected_.png new file mode 100644 index 0000000000..5dd9ff7277 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_Unselected_.png new file mode 100644 index 0000000000..cabb5696fe Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_Indeterminate_.png new file mode 100644 index 0000000000..f58d704a61 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_Selected_.png new file mode 100644 index 0000000000..175f94a044 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_Unselected_.png new file mode 100644 index 0000000000..67f53bc85f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_Indeterminate_.png new file mode 100644 index 0000000000..ddd60e7783 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_Selected_.png new file mode 100644 index 0000000000..ef49f5dcb5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_Unselected_.png new file mode 100644 index 0000000000..8a60d1196e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Indeterminate_.png new file mode 100644 index 0000000000..5e64ccbd42 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Selected_.png new file mode 100644 index 0000000000..df60614593 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Unselected_.png new file mode 100644 index 0000000000..aa289131a3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Indeterminate_.png new file mode 100644 index 0000000000..6f6e417f03 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Selected_.png new file mode 100644 index 0000000000..5dd9ff7277 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Unselected_.png new file mode 100644 index 0000000000..cabb5696fe Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Indeterminate_.png new file mode 100644 index 0000000000..f58d704a61 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Selected_.png new file mode 100644 index 0000000000..175f94a044 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Unselected_.png new file mode 100644 index 0000000000..67f53bc85f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-divider_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-divider_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-divider_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-divider_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-divider_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-divider_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-divider_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-divider_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-divider_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-divider_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-divider_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-divider_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-_Indeterminate_.png new file mode 100644 index 0000000000..ea363c501b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-_Selected_.png new file mode 100644 index 0000000000..d0c4f30143 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-_Unselected_.png new file mode 100644 index 0000000000..89a7bc22d3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-divider_Indeterminate_.png new file mode 100644 index 0000000000..d48c8a923b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-divider_Selected_.png new file mode 100644 index 0000000000..e6f096d631 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-divider_Unselected_.png new file mode 100644 index 0000000000..a68496d2ad Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-withError-_Indeterminate_.png new file mode 100644 index 0000000000..cb968294c2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-withError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-withError-_Selected_.png new file mode 100644 index 0000000000..1a20d0db06 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-withError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-withError-_Unselected_.png new file mode 100644 index 0000000000..277f8bbed3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-withError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-withError-divider_Indeterminate_.png new file mode 100644 index 0000000000..e9ace21431 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-withError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-withError-divider_Selected_.png new file mode 100644 index 0000000000..4e46371086 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-withError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-withError-divider_Unselected_.png new file mode 100644 index 0000000000..43c73f40f0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-withError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_Indeterminate_.png new file mode 100644 index 0000000000..ea363c501b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_Selected_.png new file mode 100644 index 0000000000..d0c4f30143 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_Unselected_.png new file mode 100644 index 0000000000..89a7bc22d3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_Indeterminate_.png new file mode 100644 index 0000000000..d48c8a923b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_Selected_.png new file mode 100644 index 0000000000..e6f096d631 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_Unselected_.png new file mode 100644 index 0000000000..a68496d2ad Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_Indeterminate_.png new file mode 100644 index 0000000000..cb968294c2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_Selected_.png new file mode 100644 index 0000000000..1a20d0db06 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_Unselected_.png new file mode 100644 index 0000000000..277f8bbed3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_Indeterminate_.png new file mode 100644 index 0000000000..e9ace21431 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_Selected_.png new file mode 100644 index 0000000000..4e46371086 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_Unselected_.png new file mode 100644 index 0000000000..43c73f40f0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-readOnly-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-readOnly-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-readOnly-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-readOnly-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-readOnly-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-readOnly-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-readOnly-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-readOnly-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-readOnly-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-readOnly-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-readOnly-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-readOnly-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-readOnly-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-readOnly-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-readOnly-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-readOnly-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-readOnly-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-readOnly-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-readOnly-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-readOnly-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-readOnly-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-readOnly-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-readOnly-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-readOnly-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-error-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-error-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-error-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-error-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-error-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-error-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-error-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-error-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-error-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-readOnly_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-readOnly_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-readOnly_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-readOnly_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-readOnly_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-readOnly_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-readOnly_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-readOnly_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-readOnly_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-readOnly_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-readOnly_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-readOnly_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-divider_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-divider_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-divider_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-divider_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-divider_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-divider_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-divider_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-divider_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-divider_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-divider_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-divider_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-divider_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-_Indeterminate_.png new file mode 100644 index 0000000000..6941cd2e35 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-_Selected_.png new file mode 100644 index 0000000000..2ca704af68 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-_Unselected_.png new file mode 100644 index 0000000000..82ef7a00a6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-divider_Indeterminate_.png new file mode 100644 index 0000000000..565bb76c10 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-divider_Selected_.png new file mode 100644 index 0000000000..05ec7ee2a4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-divider_Unselected_.png new file mode 100644 index 0000000000..8730458bb8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-witError-_Indeterminate_.png new file mode 100644 index 0000000000..f003b71c45 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-witError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-witError-_Selected_.png new file mode 100644 index 0000000000..f239fdc306 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-witError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-witError-_Unselected_.png new file mode 100644 index 0000000000..8093192b1f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-witError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-witError-divider_Indeterminate_.png new file mode 100644 index 0000000000..3d87fb6ca7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-witError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-witError-divider_Selected_.png new file mode 100644 index 0000000000..70f2f0e3e3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-witError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-witError-divider_Unselected_.png new file mode 100644 index 0000000000..ee47c18e19 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-error-witError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-readOnly-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-readOnly-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-readOnly-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-readOnly-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-readOnly-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-readOnly-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-readOnly-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-readOnly-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-readOnly-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-readOnly-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-readOnly-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-readOnly-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-readOnly-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-readOnly-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-readOnly-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-readOnly-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-readOnly-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-readOnly-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-readOnly-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-readOnly-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-readOnly-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-readOnly-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-readOnly-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-readOnly-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-divider_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-divider_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-divider_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-divider_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-divider_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-divider_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-divider_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-divider_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-divider_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-divider_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-divider_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-divider_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-_Indeterminate_.png new file mode 100644 index 0000000000..6941cd2e35 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-_Selected_.png new file mode 100644 index 0000000000..2ca704af68 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-_Unselected_.png new file mode 100644 index 0000000000..82ef7a00a6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-divider_Indeterminate_.png new file mode 100644 index 0000000000..565bb76c10 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-divider_Selected_.png new file mode 100644 index 0000000000..05ec7ee2a4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-divider_Unselected_.png new file mode 100644 index 0000000000..8730458bb8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-_Indeterminate_.png new file mode 100644 index 0000000000..f003b71c45 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-_Selected_.png new file mode 100644 index 0000000000..f239fdc306 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-_Unselected_.png new file mode 100644 index 0000000000..8093192b1f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Indeterminate_.png new file mode 100644 index 0000000000..3d87fb6ca7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Selected_.png new file mode 100644 index 0000000000..70f2f0e3e3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Unselected_.png new file mode 100644 index 0000000000..ee47c18e19 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Indeterminate_.png new file mode 100644 index 0000000000..6941cd2e35 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Selected_.png new file mode 100644 index 0000000000..2ca704af68 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Unselected_.png new file mode 100644 index 0000000000..82ef7a00a6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Indeterminate_.png new file mode 100644 index 0000000000..565bb76c10 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Selected_.png new file mode 100644 index 0000000000..05ec7ee2a4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Unselected_.png new file mode 100644 index 0000000000..8730458bb8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Indeterminate_.png new file mode 100644 index 0000000000..f003b71c45 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Selected_.png new file mode 100644 index 0000000000..f239fdc306 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Unselected_.png new file mode 100644 index 0000000000..8093192b1f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Indeterminate_.png new file mode 100644 index 0000000000..3d87fb6ca7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Selected_.png new file mode 100644 index 0000000000..70f2f0e3e3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Unselected_.png new file mode 100644 index 0000000000..ee47c18e19 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-readOnly-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-readOnly-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-readOnly-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-readOnly-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-readOnly-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-readOnly-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-readOnly-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-readOnly-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-readOnly-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-readOnly-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-readOnly-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-readOnly-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-readOnly-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-readOnly-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-readOnly-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-readOnly-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-readOnly-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-readOnly-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-readOnly-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-readOnly-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-readOnly-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-readOnly-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-descriptionText-withIcon-readOnly-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-descriptionText-withIcon-readOnly-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-divider_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-divider_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-divider_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-divider_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-divider_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-divider_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-divider_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-divider_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-divider_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-divider_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-divider_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-divider_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-_Indeterminate_.png new file mode 100644 index 0000000000..5c6a6bb62c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-_Selected_.png new file mode 100644 index 0000000000..c7d55c63b9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-_Unselected_.png new file mode 100644 index 0000000000..99b1b09fea Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-divider_Indeterminate_.png new file mode 100644 index 0000000000..5e09d025ba Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-divider_Selected_.png new file mode 100644 index 0000000000..f1e5ebc468 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-divider_Unselected_.png new file mode 100644 index 0000000000..945b57425d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-witError-_Indeterminate_.png new file mode 100644 index 0000000000..3f0c878ed8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-witError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-witError-_Selected_.png new file mode 100644 index 0000000000..b1e86c76a9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-witError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-witError-_Unselected_.png new file mode 100644 index 0000000000..24b2022b1e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-witError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-witError-divider_Indeterminate_.png new file mode 100644 index 0000000000..7614a18bf7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-witError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-witError-divider_Selected_.png new file mode 100644 index 0000000000..1030ab5815 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-witError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-witError-divider_Unselected_.png new file mode 100644 index 0000000000..e611d3f5e5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-witError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-readOnly-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-readOnly-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-readOnly-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-readOnly-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-readOnly-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-readOnly-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-readOnly-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-readOnly-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-readOnly-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-readOnly-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-readOnly-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-readOnly-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-readOnly-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-readOnly-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-readOnly-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-readOnly-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-readOnly-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-readOnly-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-readOnly-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-readOnly-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-readOnly-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-readOnly-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-readOnly-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-readOnly-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-divider_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-divider_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-divider_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-divider_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-divider_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-divider_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-divider_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-divider_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-divider_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-divider_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-divider_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-divider_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-_Indeterminate_.png new file mode 100644 index 0000000000..7c97d97c61 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-_Selected_.png new file mode 100644 index 0000000000..f4a719907f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-_Unselected_.png new file mode 100644 index 0000000000..9dc25ac75c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-divider_Indeterminate_.png new file mode 100644 index 0000000000..adce39d47a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-divider_Selected_.png new file mode 100644 index 0000000000..34b8add3ef Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-divider_Unselected_.png new file mode 100644 index 0000000000..6e44869709 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-witError-_Indeterminate_.png new file mode 100644 index 0000000000..ed3b4afba7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-witError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-witError-_Selected_.png new file mode 100644 index 0000000000..854d087e4c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-witError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-witError-_Unselected_.png new file mode 100644 index 0000000000..da6bec6205 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-witError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-witError-divider_Indeterminate_.png new file mode 100644 index 0000000000..8235702e70 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-witError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-witError-divider_Selected_.png new file mode 100644 index 0000000000..9231ab3e4c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-witError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-witError-divider_Unselected_.png new file mode 100644 index 0000000000..684fd54ef7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-witError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_Indeterminate_.png new file mode 100644 index 0000000000..7c97d97c61 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_Selected_.png new file mode 100644 index 0000000000..f4a719907f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_Unselected_.png new file mode 100644 index 0000000000..9dc25ac75c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_Indeterminate_.png new file mode 100644 index 0000000000..adce39d47a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_Selected_.png new file mode 100644 index 0000000000..34b8add3ef Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_Unselected_.png new file mode 100644 index 0000000000..6e44869709 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-_Indeterminate_.png new file mode 100644 index 0000000000..ed3b4afba7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-_Selected_.png new file mode 100644 index 0000000000..854d087e4c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-_Unselected_.png new file mode 100644 index 0000000000..da6bec6205 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Indeterminate_.png new file mode 100644 index 0000000000..8235702e70 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Selected_.png new file mode 100644 index 0000000000..9231ab3e4c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Unselected_.png new file mode 100644 index 0000000000..684fd54ef7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-readOnly-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-readOnly-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-readOnly-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-readOnly-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-readOnly-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-readOnly-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-readOnly-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-readOnly-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-readOnly-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-readOnly-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-readOnly-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-readOnly-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-readOnly-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-readOnly-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-readOnly-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-readOnly-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-readOnly-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-readOnly-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-readOnly-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-readOnly-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-readOnly-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-readOnly-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-readOnly-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-readOnly-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-divider_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-divider_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-divider_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-divider_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-divider_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-divider_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-divider_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-divider_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-divider_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-divider_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-divider_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-divider_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-_Indeterminate_.png new file mode 100644 index 0000000000..77bd790dbe Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-_Selected_.png new file mode 100644 index 0000000000..03305bddaa Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-_Unselected_.png new file mode 100644 index 0000000000..d9ff1c62cf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-divider_Indeterminate_.png new file mode 100644 index 0000000000..541e422435 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-divider_Selected_.png new file mode 100644 index 0000000000..0febcb93da Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-divider_Unselected_.png new file mode 100644 index 0000000000..13d112774e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-withError-_Indeterminate_.png new file mode 100644 index 0000000000..b2ed77d706 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-withError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-withError-_Selected_.png new file mode 100644 index 0000000000..3d8fe1eb09 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-withError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-withError-_Unselected_.png new file mode 100644 index 0000000000..cc0d9ae376 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-withError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-withError-divider_Indeterminate_.png new file mode 100644 index 0000000000..ae663cfd29 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-withError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-withError-divider_Selected_.png new file mode 100644 index 0000000000..1f4fd57945 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-withError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-withError-divider_Unselected_.png new file mode 100644 index 0000000000..110eed01a6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-withError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-readOnly-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-readOnly-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-readOnly-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-readOnly-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-readOnly-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-readOnly-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-readOnly-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-readOnly-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-readOnly-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-readOnly-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-readOnly-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-readOnly-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-readOnly-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-readOnly-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-readOnly-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-readOnly-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-readOnly-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-readOnly-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-readOnly-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-readOnly-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-readOnly-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-readOnly-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-readOnly-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-readOnly-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-divider_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-divider_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-divider_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-divider_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-divider_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-divider_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-divider_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-divider_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-divider_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-divider_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-divider_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-divider_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-_Indeterminate_.png new file mode 100644 index 0000000000..bd2ed0bf53 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-_Selected_.png new file mode 100644 index 0000000000..0302b3e76a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-_Unselected_.png new file mode 100644 index 0000000000..2ed62b4762 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-divider_Indeterminate_.png new file mode 100644 index 0000000000..a87c9d3c5b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-divider_Selected_.png new file mode 100644 index 0000000000..07fc4854de Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-divider_Unselected_.png new file mode 100644 index 0000000000..894967eb92 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-withError-_Indeterminate_.png new file mode 100644 index 0000000000..99a7fc2b85 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-withError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-withError-_Selected_.png new file mode 100644 index 0000000000..0e9c47b911 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-withError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-withError-_Unselected_.png new file mode 100644 index 0000000000..80040bad23 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-withError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-withError-divider_Indeterminate_.png new file mode 100644 index 0000000000..3a5f72ea45 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-withError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-withError-divider_Selected_.png new file mode 100644 index 0000000000..be5a4d746e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-withError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-withError-divider_Unselected_.png new file mode 100644 index 0000000000..acc12865bc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-withError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-readOnly-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-readOnly-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-readOnly-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-readOnly-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-readOnly-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-readOnly-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-readOnly-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-readOnly-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-readOnly-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-readOnly-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-readOnly-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-readOnly-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-readOnly-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-readOnly-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-readOnly-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-readOnly-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-readOnly-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-readOnly-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-readOnly-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-readOnly-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-readOnly-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-readOnly-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-readOnly-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-readOnly-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-divider_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-divider_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-divider_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-divider_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-divider_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-divider_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-divider_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-divider_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-divider_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-divider_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-divider_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-divider_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-_Indeterminate_.png new file mode 100644 index 0000000000..bd2ed0bf53 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-_Selected_.png new file mode 100644 index 0000000000..0302b3e76a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-_Unselected_.png new file mode 100644 index 0000000000..2ed62b4762 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_Indeterminate_.png new file mode 100644 index 0000000000..a87c9d3c5b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_Selected_.png new file mode 100644 index 0000000000..07fc4854de Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_Unselected_.png new file mode 100644 index 0000000000..894967eb92 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_Indeterminate_.png new file mode 100644 index 0000000000..99a7fc2b85 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_Selected_.png new file mode 100644 index 0000000000..0e9c47b911 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_Unselected_.png new file mode 100644 index 0000000000..80040bad23 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_Indeterminate_.png new file mode 100644 index 0000000000..3a5f72ea45 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_Selected_.png new file mode 100644 index 0000000000..be5a4d746e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_Unselected_.png new file mode 100644 index 0000000000..acc12865bc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_Indeterminate_.png new file mode 100644 index 0000000000..bd2ed0bf53 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_Selected_.png new file mode 100644 index 0000000000..0302b3e76a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_Unselected_.png new file mode 100644 index 0000000000..2ed62b4762 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Indeterminate_.png new file mode 100644 index 0000000000..a87c9d3c5b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Selected_.png new file mode 100644 index 0000000000..07fc4854de Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Unselected_.png new file mode 100644 index 0000000000..894967eb92 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Indeterminate_.png new file mode 100644 index 0000000000..99a7fc2b85 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Selected_.png new file mode 100644 index 0000000000..0e9c47b911 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Unselected_.png new file mode 100644 index 0000000000..80040bad23 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Indeterminate_.png new file mode 100644 index 0000000000..3a5f72ea45 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Selected_.png new file mode 100644 index 0000000000..be5a4d746e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Unselected_.png new file mode 100644 index 0000000000..acc12865bc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-divider_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-divider_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-divider_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-divider_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-divider_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-divider_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-divider_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-divider_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-divider_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-divider_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-divider_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-divider_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-_Indeterminate_.png new file mode 100644 index 0000000000..6d99f08c16 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-_Selected_.png new file mode 100644 index 0000000000..991e2c9328 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-_Unselected_.png new file mode 100644 index 0000000000..91e0924c2d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-divider_Indeterminate_.png new file mode 100644 index 0000000000..40f10a60d2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-divider_Selected_.png new file mode 100644 index 0000000000..a35b2c16f4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-divider_Unselected_.png new file mode 100644 index 0000000000..2c15257df1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-withError-_Indeterminate_.png new file mode 100644 index 0000000000..bc58d1454b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-withError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-withError-_Selected_.png new file mode 100644 index 0000000000..5ab7400f38 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-withError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-withError-_Unselected_.png new file mode 100644 index 0000000000..98e66a5fa9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-withError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-withError-divider_Indeterminate_.png new file mode 100644 index 0000000000..d81f1868bb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-withError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-withError-divider_Selected_.png new file mode 100644 index 0000000000..5b19c1c083 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-withError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-withError-divider_Unselected_.png new file mode 100644 index 0000000000..7f54d033d3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-withError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-divider_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-divider_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-divider_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-divider_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-divider_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-divider_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-divider_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-divider_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-divider_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-divider_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-divider_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-divider_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-_Indeterminate_.png new file mode 100644 index 0000000000..6d99f08c16 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-_Selected_.png new file mode 100644 index 0000000000..991e2c9328 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-_Unselected_.png new file mode 100644 index 0000000000..91e0924c2d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_Indeterminate_.png new file mode 100644 index 0000000000..40f10a60d2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_Selected_.png new file mode 100644 index 0000000000..a35b2c16f4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_Unselected_.png new file mode 100644 index 0000000000..2c15257df1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_Indeterminate_.png new file mode 100644 index 0000000000..bc58d1454b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_Selected_.png new file mode 100644 index 0000000000..5ab7400f38 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_Unselected_.png new file mode 100644 index 0000000000..98e66a5fa9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_Indeterminate_.png new file mode 100644 index 0000000000..d81f1868bb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_Selected_.png new file mode 100644 index 0000000000..5b19c1c083 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_Unselected_.png new file mode 100644 index 0000000000..7f54d033d3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-readOnly-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-readOnly-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-readOnly-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-readOnly-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-readOnly-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-readOnly-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-readOnly-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-readOnly-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-readOnly-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-readOnly-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-readOnly-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-readOnly-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-readOnly-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-readOnly-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-readOnly-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-readOnly-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-readOnly-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-readOnly-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-readOnly-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-readOnly-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-readOnly-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-readOnly-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-readOnly-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-readOnly-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-error-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-error-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-error-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-error-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-error-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-error-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-error-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-error-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-error-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-readOnly_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-readOnly_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-readOnly_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-readOnly_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-readOnly_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-readOnly_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-readOnly_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-readOnly_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-readOnly_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-readOnly_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-readOnly_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-readOnly_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-divider_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-divider_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-divider_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-divider_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-divider_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-divider_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-divider_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-divider_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-divider_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-divider_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-divider_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-divider_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-_Indeterminate_.png new file mode 100644 index 0000000000..12638e31bf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-_Selected_.png new file mode 100644 index 0000000000..e792019322 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-_Unselected_.png new file mode 100644 index 0000000000..4e2c0a69ad Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-divider_Indeterminate_.png new file mode 100644 index 0000000000..8e0686822e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-divider_Selected_.png new file mode 100644 index 0000000000..8df949b92f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-divider_Unselected_.png new file mode 100644 index 0000000000..add67d6e11 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-witError-_Indeterminate_.png new file mode 100644 index 0000000000..da3c885e3d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-witError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-witError-_Selected_.png new file mode 100644 index 0000000000..3853375edc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-witError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-witError-_Unselected_.png new file mode 100644 index 0000000000..3426e48d9d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-witError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-witError-divider_Indeterminate_.png new file mode 100644 index 0000000000..424958d070 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-witError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-witError-divider_Selected_.png new file mode 100644 index 0000000000..c5e486c1f9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-witError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-witError-divider_Unselected_.png new file mode 100644 index 0000000000..7544da7f6a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-error-witError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-readOnly-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-readOnly-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-readOnly-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-readOnly-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-readOnly-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-readOnly-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-readOnly-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-readOnly-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-readOnly-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-readOnly-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-readOnly-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-readOnly-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-readOnly-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-readOnly-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-readOnly-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-readOnly-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-readOnly-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-readOnly-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-readOnly-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-readOnly-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-readOnly-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-readOnly-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-readOnly-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-readOnly-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-divider_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-divider_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-divider_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-divider_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-divider_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-divider_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-divider_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-divider_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-divider_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-divider_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-divider_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-divider_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-_Indeterminate_.png new file mode 100644 index 0000000000..12638e31bf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-_Selected_.png new file mode 100644 index 0000000000..e792019322 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-_Unselected_.png new file mode 100644 index 0000000000..4e2c0a69ad Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-divider_Indeterminate_.png new file mode 100644 index 0000000000..8e0686822e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-divider_Selected_.png new file mode 100644 index 0000000000..8df949b92f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-divider_Unselected_.png new file mode 100644 index 0000000000..add67d6e11 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-_Indeterminate_.png new file mode 100644 index 0000000000..da3c885e3d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-_Selected_.png new file mode 100644 index 0000000000..3853375edc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-_Unselected_.png new file mode 100644 index 0000000000..3426e48d9d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Indeterminate_.png new file mode 100644 index 0000000000..424958d070 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Selected_.png new file mode 100644 index 0000000000..c5e486c1f9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Unselected_.png new file mode 100644 index 0000000000..7544da7f6a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-divider_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Indeterminate_.png new file mode 100644 index 0000000000..12638e31bf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Selected_.png new file mode 100644 index 0000000000..e792019322 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Unselected_.png new file mode 100644 index 0000000000..4e2c0a69ad Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Indeterminate_.png new file mode 100644 index 0000000000..8e0686822e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Selected_.png new file mode 100644 index 0000000000..8df949b92f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Unselected_.png new file mode 100644 index 0000000000..add67d6e11 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Indeterminate_.png new file mode 100644 index 0000000000..da3c885e3d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Selected_.png new file mode 100644 index 0000000000..3853375edc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Unselected_.png new file mode 100644 index 0000000000..3426e48d9d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Indeterminate_.png new file mode 100644 index 0000000000..424958d070 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Selected_.png new file mode 100644 index 0000000000..c5e486c1f9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Unselected_.png new file mode 100644 index 0000000000..7544da7f6a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-readOnly-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-readOnly-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-readOnly-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-readOnly-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-readOnly-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-readOnly-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-readOnly-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-readOnly-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-readOnly-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-readOnly-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-readOnly-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-readOnly-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-readOnly-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-readOnly-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-readOnly-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-readOnly-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-readOnly-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-readOnly-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-readOnly-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-readOnly-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-readOnly-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-readOnly-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-readOnly-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-descriptionText-withIcon-readOnly-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-descriptionText-withIcon-readOnly-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-divider_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-divider_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-divider_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-divider_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-divider_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-divider_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-divider_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-divider_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-divider_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-divider_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-divider_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-divider_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-_Indeterminate_.png new file mode 100644 index 0000000000..4887780682 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-_Selected_.png new file mode 100644 index 0000000000..24aac05472 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-_Unselected_.png new file mode 100644 index 0000000000..6084825a0e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-divider_Indeterminate_.png new file mode 100644 index 0000000000..fd16282d23 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-divider_Selected_.png new file mode 100644 index 0000000000..7611754ec2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-divider_Unselected_.png new file mode 100644 index 0000000000..5cfe0e4860 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-witError-_Indeterminate_.png new file mode 100644 index 0000000000..b882252d94 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-witError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-witError-_Selected_.png new file mode 100644 index 0000000000..b82d223259 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-witError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-witError-_Unselected_.png new file mode 100644 index 0000000000..981d9df799 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-witError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-witError-divider_Indeterminate_.png new file mode 100644 index 0000000000..e51dc3b21a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-witError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-witError-divider_Selected_.png new file mode 100644 index 0000000000..aa3fc27ace Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-witError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-witError-divider_Unselected_.png new file mode 100644 index 0000000000..e3965c333d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-witError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-readOnly-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-readOnly-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-readOnly-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-readOnly-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-readOnly-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-readOnly-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-readOnly-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-readOnly-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-readOnly-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-readOnly-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-readOnly-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-readOnly-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-readOnly-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-readOnly-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-readOnly-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-readOnly-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-readOnly-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-readOnly-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-readOnly-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-readOnly-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-readOnly-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-readOnly-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-readOnly-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-readOnly-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-divider_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-divider_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-divider_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-divider_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-divider_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-divider_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-divider_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-divider_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-divider_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-divider_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-divider_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-divider_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-_Indeterminate_.png new file mode 100644 index 0000000000..5f0d7d229a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-_Selected_.png new file mode 100644 index 0000000000..c8d0fece48 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-_Unselected_.png new file mode 100644 index 0000000000..6b673ad882 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-divider_Indeterminate_.png new file mode 100644 index 0000000000..c00db6bcba Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-divider_Selected_.png new file mode 100644 index 0000000000..dc5b3200d1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-divider_Unselected_.png new file mode 100644 index 0000000000..b13e574975 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-witError-_Indeterminate_.png new file mode 100644 index 0000000000..ea6d22e960 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-witError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-witError-_Selected_.png new file mode 100644 index 0000000000..116237d325 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-witError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-witError-_Unselected_.png new file mode 100644 index 0000000000..fb0cd58f0c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-witError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-witError-divider_Indeterminate_.png new file mode 100644 index 0000000000..439f7277f5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-witError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-witError-divider_Selected_.png new file mode 100644 index 0000000000..24800e481c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-witError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-witError-divider_Unselected_.png new file mode 100644 index 0000000000..f5db2b74a9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-witError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_Indeterminate__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_Indeterminate__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_Indeterminate__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_Indeterminate__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_Selected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_Selected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_Selected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_Selected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_Unselected__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_Unselected__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_Unselected__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_Unselected__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_Indeterminate_.png new file mode 100644 index 0000000000..5f0d7d229a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_Selected_.png new file mode 100644 index 0000000000..c8d0fece48 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_Unselected_.png new file mode 100644 index 0000000000..6b673ad882 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_Indeterminate_.png new file mode 100644 index 0000000000..c00db6bcba Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_Selected_.png new file mode 100644 index 0000000000..dc5b3200d1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_Unselected_.png new file mode 100644 index 0000000000..b13e574975 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-_Indeterminate_.png new file mode 100644 index 0000000000..ea6d22e960 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-_Selected_.png new file mode 100644 index 0000000000..116237d325 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-_Unselected_.png new file mode 100644 index 0000000000..fb0cd58f0c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Indeterminate_.png new file mode 100644 index 0000000000..439f7277f5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Selected_.png new file mode 100644 index 0000000000..24800e481c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Unselected_.png new file mode 100644 index 0000000000..f5db2b74a9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-readOnly-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-readOnly-_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-readOnly-_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-readOnly-_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-readOnly-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-readOnly-_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-readOnly-_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-readOnly-_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-readOnly-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-readOnly-_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-readOnly-_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-readOnly-_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-readOnly-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-readOnly-divider_Indeterminate_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-readOnly-divider_Indeterminate_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-readOnly-divider_Indeterminate_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-readOnly-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-readOnly-divider_Selected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-readOnly-divider_Selected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-readOnly-divider_Selected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-readOnly-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-readOnly-divider_Unselected_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-readOnly-divider_Unselected_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-readOnly-divider_Unselected_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-_Indeterminate_.png index 0ec8b15511..660d10704f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-_Selected_.png index 19b5fb4bf5..464d74b5c1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-_Unselected_.png index c23c64c74a..2b8b4f65da 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-divider_Indeterminate_.png index cba8d10689..c0a34fb62d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-divider_Selected_.png index 218ebae7e9..569b7fb527 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-divider_Unselected_.png index 8481fbd626..5725992b67 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-_Indeterminate_.png index 6741c067e4..663e246e47 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-_Selected_.png index 7e52143696..41263c2f3d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-_Unselected_.png index 2382351cf3..3d64eb90a2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-divider_Indeterminate_.png index db0c7ecb82..f5bb827ace 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-divider_Selected_.png index b4263274e1..50feb96220 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-divider_Unselected_.png index 70af2e0428..49a17baaea 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-_Indeterminate_.png index a948592729..ed9ada38c0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-_Selected_.png index d9babfd0d9..cbc70c0422 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-_Unselected_.png index f6ba0675d3..84733a2a2b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-divider_Indeterminate_.png index 832fcc1480..ddb433949a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-divider_Selected_.png index dd8965fefa..65f885b3a6 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-divider_Unselected_.png index 769558ab6c..423836ac38 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-_Indeterminate_.png index eaf0dabb8b..3990144f85 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-_Selected_.png index f8e26dde11..1fff3df779 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-_Unselected_.png index 45045b500e..569d34fb05 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-divider_Indeterminate_.png index 6e33832ef1..48a7cd834f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-divider_Selected_.png index 9079a0e4f5..5ba6bb86a8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-divider_Unselected_.png index df7aa85468..e872e1a8a1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-_Indeterminate_.png index a948592729..ed9ada38c0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-_Selected_.png index d9babfd0d9..cbc70c0422 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-_Unselected_.png index f6ba0675d3..84733a2a2b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_Indeterminate_.png index 832fcc1480..ddb433949a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_Selected_.png index dd8965fefa..65f885b3a6 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_Unselected_.png index 769558ab6c..423836ac38 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_Indeterminate_.png index eaf0dabb8b..3990144f85 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_Selected_.png index f8e26dde11..1fff3df779 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_Unselected_.png index 45045b500e..569d34fb05 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_Indeterminate_.png index 6e33832ef1..48a7cd834f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_Selected_.png index 9079a0e4f5..5ba6bb86a8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_Unselected_.png index df7aa85468..e872e1a8a1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_Indeterminate_.png index a948592729..ed9ada38c0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_Selected_.png index d9babfd0d9..cbc70c0422 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_Unselected_.png index f6ba0675d3..84733a2a2b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Indeterminate_.png index 832fcc1480..ddb433949a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Selected_.png index dd8965fefa..65f885b3a6 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Unselected_.png index 769558ab6c..423836ac38 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Indeterminate_.png index eaf0dabb8b..3990144f85 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Selected_.png index f8e26dde11..1fff3df779 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Unselected_.png index 45045b500e..569d34fb05 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Indeterminate_.png index 6e33832ef1..48a7cd834f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Selected_.png index 9079a0e4f5..5ba6bb86a8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Unselected_.png index df7aa85468..e872e1a8a1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-_Indeterminate_.png index 88fcd7b6e4..4993cb596f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-_Selected_.png index 35c8735937..48dc5a2855 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-_Unselected_.png index 9ed99d5db3..6c57bbad7f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-divider_Indeterminate_.png index 53169098fb..11a9969444 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-divider_Selected_.png index 5552dcb406..34a1983dfa 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-divider_Unselected_.png index fb7e55f744..199c023555 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-_Indeterminate_.png index a3d5b65771..d6812db33b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-_Selected_.png index cf1fcb8ca0..930fb0bfef 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-_Unselected_.png index d2ebf6bf71..31bcee3714 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-divider_Indeterminate_.png index 7117fb5345..850a121a71 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-divider_Selected_.png index f6f4ccb84c..7bed5c49a3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-divider_Unselected_.png index fca824e4e7..4300f037c3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_Indeterminate_.png index 88fcd7b6e4..4993cb596f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_Selected_.png index 35c8735937..48dc5a2855 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_Unselected_.png index 9ed99d5db3..6c57bbad7f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_Indeterminate_.png index 53169098fb..11a9969444 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_Selected_.png index 5552dcb406..34a1983dfa 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_Unselected_.png index fb7e55f744..199c023555 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_Indeterminate_.png index a3d5b65771..d6812db33b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_Selected_.png index cf1fcb8ca0..930fb0bfef 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_Unselected_.png index d2ebf6bf71..31bcee3714 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_Indeterminate_.png index 7117fb5345..850a121a71 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_Selected_.png index f6f4ccb84c..7bed5c49a3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_Unselected_.png index fca824e4e7..4300f037c3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-_Indeterminate_.png index 7a3a3bc64d..92dd4e8789 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-_Selected_.png index 3fbeefef65..7fd2f0eca2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-_Unselected_.png index b632dc2dca..f50cdef584 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-divider_Indeterminate_.png index 94803a0412..204f9846bf 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-divider_Selected_.png index 67ad09bf98..1b6e380121 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-divider_Unselected_.png index 07c79c0808..c9c085c352 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-witError-_Indeterminate_.png index f5686bb326..c4cf20a5bf 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-witError-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-witError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-witError-_Selected_.png index fb55136151..0ddab227b2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-witError-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-witError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-witError-_Unselected_.png index c4d133ee00..a4c54eeece 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-witError-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-witError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-witError-divider_Indeterminate_.png index 1187fd18a5..790dc0c1bf 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-witError-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-witError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-witError-divider_Selected_.png index bfe57767cc..18898657b7 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-witError-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-witError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-witError-divider_Unselected_.png index 7f4c0ee74a..56eb6a6777 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-witError-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-error-witError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-_Indeterminate_.png index 7a3a3bc64d..92dd4e8789 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-_Selected_.png index 3fbeefef65..7fd2f0eca2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-_Unselected_.png index b632dc2dca..f50cdef584 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-divider_Indeterminate_.png index 94803a0412..204f9846bf 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-divider_Selected_.png index 67ad09bf98..1b6e380121 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-divider_Unselected_.png index 07c79c0808..c9c085c352 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-_Indeterminate_.png index f5686bb326..c4cf20a5bf 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-_Selected_.png index fb55136151..0ddab227b2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-_Unselected_.png index c4d133ee00..a4c54eeece 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Indeterminate_.png index 1187fd18a5..790dc0c1bf 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Selected_.png index bfe57767cc..18898657b7 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Unselected_.png index 7f4c0ee74a..56eb6a6777 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Indeterminate_.png index 7a3a3bc64d..92dd4e8789 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Selected_.png index 3fbeefef65..7fd2f0eca2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Unselected_.png index b632dc2dca..f50cdef584 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Indeterminate_.png index 94803a0412..204f9846bf 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Selected_.png index 67ad09bf98..1b6e380121 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Unselected_.png index 07c79c0808..c9c085c352 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Indeterminate_.png index f5686bb326..c4cf20a5bf 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Selected_.png index fb55136151..0ddab227b2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Unselected_.png index c4d133ee00..a4c54eeece 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Indeterminate_.png index 1187fd18a5..790dc0c1bf 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Selected_.png index bfe57767cc..18898657b7 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Unselected_.png index 7f4c0ee74a..56eb6a6777 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-_Indeterminate_.png index c6bddea53f..887e2f10f9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-_Selected_.png index f255c6799f..67d8eafe1e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-_Unselected_.png index 5474a61220..3ca9a2846d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-divider_Indeterminate_.png index 3ca031875f..0c48f63164 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-divider_Selected_.png index 37f3b31f85..d4cfeec2bd 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-divider_Unselected_.png index 2643ee5cfe..e2fcf637af 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-witError-_Indeterminate_.png index 470e6fe2ad..7a21b0c101 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-witError-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-witError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-witError-_Selected_.png index 4888d47b9b..80909610cd 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-witError-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-witError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-witError-_Unselected_.png index 863e058ac7..0997e07380 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-witError-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-witError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-witError-divider_Indeterminate_.png index e1d6b55600..56b9dcb1cb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-witError-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-witError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-witError-divider_Selected_.png index aa10678311..c6dab846d3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-witError-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-witError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-witError-divider_Unselected_.png index bd10a1ff36..f665babfee 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-witError-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-witError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-_Indeterminate_.png index 012b28a824..e88e57c87f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-_Selected_.png index 97627c1350..334e0ee5d1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-_Unselected_.png index 8be3c73fa5..7451c477fc 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-divider_Indeterminate_.png index cc4e525df0..ecc6133a8e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-divider_Selected_.png index 58f04c0e83..d16f6ea4a8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-divider_Unselected_.png index 0ad1f80d09..634c829358 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-witError-_Indeterminate_.png index 6b548c1eaf..98b3019bfb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-witError-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-witError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-witError-_Selected_.png index db14662aff..e81002f61c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-witError-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-witError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-witError-_Unselected_.png index 743d08a30e..7b8e75de29 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-witError-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-witError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-witError-divider_Indeterminate_.png index 7116422394..0cf58fccb9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-witError-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-witError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-witError-divider_Selected_.png index 102866ed3c..570fc2714b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-witError-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-witError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-witError-divider_Unselected_.png index bb11bad39e..239368db46 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-witError-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-witError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_Indeterminate_.png index 012b28a824..e88e57c87f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_Selected_.png index 97627c1350..334e0ee5d1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_Unselected_.png index 8be3c73fa5..7451c477fc 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_Indeterminate_.png index cc4e525df0..ecc6133a8e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_Selected_.png index 58f04c0e83..d16f6ea4a8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_Unselected_.png index 0ad1f80d09..634c829358 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-_Indeterminate_.png index 6b548c1eaf..98b3019bfb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-_Selected_.png index db14662aff..e81002f61c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-_Unselected_.png index 743d08a30e..7b8e75de29 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Indeterminate_.png index 7116422394..0cf58fccb9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Selected_.png index 102866ed3c..570fc2714b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Unselected_.png index bb11bad39e..239368db46 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-_Indeterminate_.png index ec8ac9fd53..f4941ba7ac 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-_Selected_.png index 2ad4022320..81b146b093 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-_Unselected_.png index 7cd7bd92a2..1f18d315f2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-divider_Indeterminate_.png index a297f4a37f..585188f7c2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-divider_Selected_.png index d9b5a892e3..b9db4a092c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-divider_Unselected_.png index c726a27d1c..0fc005b5d3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-_Indeterminate_.png index 0330966b09..0b4d958b6c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-_Selected_.png index 72ac699f21..ec245353b4 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-_Unselected_.png index 1a430cb172..83ce22fd37 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-divider_Indeterminate_.png index 709f43acbe..cfd32b8303 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-divider_Selected_.png index dfcd555275..464e838532 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-divider_Unselected_.png index 0383f09e03..ee75472f23 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-_Indeterminate_.png index ba77bc5e27..7fcd85156b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-_Selected_.png index be507888e8..0d656329f9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-_Unselected_.png index 85100f34d4..341e731bf9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-divider_Indeterminate_.png index 11f924a69d..c145585f28 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-divider_Selected_.png index e566926fdd..f4fecf824f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-divider_Unselected_.png index fe03a7119a..77330ce297 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-_Indeterminate_.png index c500522d36..f1b9447143 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-_Selected_.png index c06a2a1611..9ef691801b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-_Unselected_.png index 51e4fcff17..7d4c8e8376 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-divider_Indeterminate_.png index c748def700..98594be566 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-divider_Selected_.png index a1c89e1f7f..135579976b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-divider_Unselected_.png index 45580ddc2e..38d07b98eb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-_Indeterminate_.png index ba77bc5e27..7fcd85156b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-_Selected_.png index be507888e8..0d656329f9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-_Unselected_.png index 85100f34d4..341e731bf9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_Indeterminate_.png index 11f924a69d..c145585f28 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_Selected_.png index e566926fdd..f4fecf824f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_Unselected_.png index fe03a7119a..77330ce297 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_Indeterminate_.png index c500522d36..f1b9447143 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_Selected_.png index c06a2a1611..9ef691801b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_Unselected_.png index 51e4fcff17..7d4c8e8376 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_Indeterminate_.png index c748def700..98594be566 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_Selected_.png index a1c89e1f7f..135579976b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_Unselected_.png index 45580ddc2e..38d07b98eb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_Indeterminate_.png index ba77bc5e27..7fcd85156b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_Selected_.png index be507888e8..0d656329f9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_Unselected_.png index 85100f34d4..341e731bf9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Indeterminate_.png index 11f924a69d..c145585f28 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Selected_.png index e566926fdd..f4fecf824f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Unselected_.png index fe03a7119a..77330ce297 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Indeterminate_.png index c500522d36..f1b9447143 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Selected_.png index c06a2a1611..9ef691801b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Unselected_.png index 51e4fcff17..7d4c8e8376 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Indeterminate_.png index c748def700..98594be566 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Selected_.png index a1c89e1f7f..135579976b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Unselected_.png index 45580ddc2e..38d07b98eb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-_Indeterminate_.png index e522d9f709..8e5e9f12b4 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-_Selected_.png index 93a9d02757..2cbf513e8b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-_Unselected_.png index 94d5955eab..9f74a95273 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-divider_Indeterminate_.png index ddc64ce0e1..92e82cc361 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-divider_Selected_.png index 6eff6cec45..5cc25cc62c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-divider_Unselected_.png index 72529ede41..bf2e5446a5 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-_Indeterminate_.png index 2c848bf479..dce8f59df2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-_Selected_.png index 49a2954ac2..a0f0b90128 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-_Unselected_.png index 67cac65595..c7f366a01d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-divider_Indeterminate_.png index 38c84e0fb7..5256ec246c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-divider_Selected_.png index c4b34b2a40..f2ddd599ff 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-divider_Unselected_.png index bf976b87ef..3f40ab45aa 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-_Indeterminate_.png index e522d9f709..8e5e9f12b4 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-_Selected_.png index 93a9d02757..2cbf513e8b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-_Unselected_.png index 94d5955eab..9f74a95273 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_Indeterminate_.png index ddc64ce0e1..92e82cc361 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_Selected_.png index 6eff6cec45..5cc25cc62c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_Unselected_.png index 72529ede41..bf2e5446a5 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_Indeterminate_.png index 2c848bf479..dce8f59df2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_Selected_.png index 49a2954ac2..a0f0b90128 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_Unselected_.png index 67cac65595..c7f366a01d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_Indeterminate_.png index 38c84e0fb7..5256ec246c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_Selected_.png index c4b34b2a40..f2ddd599ff 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_Unselected_.png index bf976b87ef..3f40ab45aa 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-_Indeterminate_.png index d7076d851a..6da6021f89 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-_Selected_.png index abef956712..ff9d9ed599 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-_Unselected_.png index 0e6a19c423..3d0021db71 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-divider_Indeterminate_.png index a6d7bee381..0b0876fdd2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-divider_Selected_.png index ef75406320..02fe09b5e7 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-divider_Unselected_.png index f9734d1bb0..66cb2cdf6f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-witError-_Indeterminate_.png index 23660e0369..0ae57fd39b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-witError-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-witError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-witError-_Selected_.png index 69e83a9d5e..f2e3f62e94 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-witError-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-witError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-witError-_Unselected_.png index 69dcfa25da..675a954dad 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-witError-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-witError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-witError-divider_Indeterminate_.png index e77fc9a201..940bf0d5a6 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-witError-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-witError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-witError-divider_Selected_.png index aad45cc804..1260d4c438 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-witError-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-witError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-witError-divider_Unselected_.png index 7cd0825460..a1a018213b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-witError-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-error-witError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-_Indeterminate_.png index d7076d851a..6da6021f89 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-_Selected_.png index abef956712..ff9d9ed599 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-_Unselected_.png index 0e6a19c423..3d0021db71 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-divider_Indeterminate_.png index a6d7bee381..0b0876fdd2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-divider_Selected_.png index ef75406320..02fe09b5e7 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-divider_Unselected_.png index f9734d1bb0..66cb2cdf6f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-_Indeterminate_.png index 23660e0369..0ae57fd39b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-_Selected_.png index 69e83a9d5e..f2e3f62e94 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-_Unselected_.png index 69dcfa25da..675a954dad 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Indeterminate_.png index e77fc9a201..940bf0d5a6 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Selected_.png index aad45cc804..1260d4c438 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Unselected_.png index 7cd0825460..a1a018213b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-error-witError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Indeterminate_.png index d7076d851a..6da6021f89 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Selected_.png index abef956712..ff9d9ed599 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Unselected_.png index 0e6a19c423..3d0021db71 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Indeterminate_.png index a6d7bee381..0b0876fdd2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Selected_.png index ef75406320..02fe09b5e7 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Unselected_.png index f9734d1bb0..66cb2cdf6f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Indeterminate_.png index 23660e0369..0ae57fd39b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Selected_.png index 69e83a9d5e..f2e3f62e94 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Unselected_.png index 69dcfa25da..675a954dad 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Indeterminate_.png index e77fc9a201..940bf0d5a6 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Selected_.png index aad45cc804..1260d4c438 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Unselected_.png index 7cd0825460..a1a018213b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-descriptionText-withIcon-flipIcon-error-witError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-_Indeterminate_.png index 56ac55619f..876d41f084 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-_Selected_.png index 0de4696280..3b0f5775c2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-_Unselected_.png index 14e23a57b8..ff4791ddd9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-divider_Indeterminate_.png index e0a991fa97..15f2fc8397 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-divider_Selected_.png index e2137ea9ad..d8dd525fb6 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-divider_Unselected_.png index ed43d341d2..fcfce5e352 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-witError-_Indeterminate_.png index c6460a768c..8a2508c4f1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-witError-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-witError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-witError-_Selected_.png index 3000c9e699..208efebe46 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-witError-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-witError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-witError-_Unselected_.png index 541708169f..551f029280 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-witError-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-witError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-witError-divider_Indeterminate_.png index 39f323cda1..10a0f74afc 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-witError-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-witError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-witError-divider_Selected_.png index 43c6d90f30..447b956434 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-witError-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-witError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-witError-divider_Unselected_.png index 8bd1690f93..fb71fe1c4f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-witError-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-witError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-_Indeterminate_.png index 7ccdd56a6d..8a14e9c936 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-_Selected_.png index 904a8eb0f9..497133014f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-_Unselected_.png index da0fcbfc79..c7e13b079b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-divider_Indeterminate_.png index 0389aeef38..9a76807d48 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-divider_Selected_.png index da4841d973..6fe6a28676 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-divider_Unselected_.png index c3268a9874..e2e336c75f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-witError-_Indeterminate_.png index 304ec88829..4046725ad0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-witError-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-witError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-witError-_Selected_.png index 4acb1c8b30..4f308ea4e8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-witError-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-witError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-witError-_Unselected_.png index 479c07ce62..40211c56e3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-witError-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-witError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-witError-divider_Indeterminate_.png index 7a23722316..39406507b0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-witError-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-witError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-witError-divider_Selected_.png index f7176ee052..5d04f23aa1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-witError-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-witError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-witError-divider_Unselected_.png index ffb0473fe3..f1e0ed42c5 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-witError-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-witError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_Indeterminate_.png index 7ccdd56a6d..8a14e9c936 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_Selected_.png index 904a8eb0f9..497133014f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_Unselected_.png index da0fcbfc79..c7e13b079b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_Indeterminate_.png index 0389aeef38..9a76807d48 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_Selected_.png index da4841d973..6fe6a28676 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_Unselected_.png index c3268a9874..e2e336c75f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-_Indeterminate_.png index 304ec88829..4046725ad0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-_Selected_.png index 4acb1c8b30..4f308ea4e8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-_Unselected_.png index 479c07ce62..40211c56e3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Indeterminate_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Indeterminate_.png index 7a23722316..39406507b0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Indeterminate_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Indeterminate_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Selected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Selected_.png index f7176ee052..5d04f23aa1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Selected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Selected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Unselected_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Unselected_.png index ffb0473fe3..f1e0ed42c5 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Unselected_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/CheckboxSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-witError-divider_Unselected_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.TextAndIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.TextAndIcon.png deleted file mode 100644 index a4b84bab22..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.TextAndIcon.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.TextAndIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.TextAndIcon_Disabled.png deleted file mode 100644 index f2c472178c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.TextAndIcon_Disabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.TextAndIcon_Selected.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.TextAndIcon_Selected.png deleted file mode 100644 index b6f0ef7f9b..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.TextAndIcon_Selected.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.TextAndIcon_Selected_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.TextAndIcon_Selected_Disabled.png deleted file mode 100644 index 9862e937e5..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.TextAndIcon_Selected_Disabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.TextOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.TextOnly.png deleted file mode 100644 index 93035dbbc8..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.TextOnly.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.TextOnly_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.TextOnly_Disabled.png deleted file mode 100644 index 82c2add6a1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.TextOnly_Disabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.TextOnly_Selected.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.TextOnly_Selected.png deleted file mode 100644 index bee77611eb..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.TextOnly_Selected.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.TextOnly_Selected_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.TextOnly_Selected_Disabled.png deleted file mode 100644 index 608c028560..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.TextOnly_Selected_Disabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.TextAndIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.TextAndIcon.png deleted file mode 100644 index 9668a7329f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.TextAndIcon.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.TextAndIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.TextAndIcon_Disabled.png deleted file mode 100644 index 940ff663a5..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.TextAndIcon_Disabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.TextAndIcon_Selected.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.TextAndIcon_Selected.png deleted file mode 100644 index 909aecb76a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.TextAndIcon_Selected.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.TextAndIcon_Selected_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.TextAndIcon_Selected_Disabled.png deleted file mode 100644 index d40212914d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.TextAndIcon_Selected_Disabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.TextOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.TextOnly.png deleted file mode 100644 index edc7ed4836..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.TextOnly.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.TextOnly_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.TextOnly_Disabled.png deleted file mode 100644 index 1d1502169f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.TextOnly_Disabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.TextOnly_Selected.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.TextOnly_Selected.png deleted file mode 100644 index fa1afe0c4e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.TextOnly_Selected.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.TextOnly_Selected_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.TextOnly_Selected_Disabled.png deleted file mode 100644 index 808fa410b2..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.TextOnly_Selected_Disabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.IconOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.IconOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.IconOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.IconOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.IconOnly_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.IconOnly_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.IconOnly_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.IconOnly_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.IconOnly_Selected.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.IconOnly_Selected.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.IconOnly_Selected.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.IconOnly_Selected.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.IconOnly_Selected_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.IconOnly_Selected_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Dark.IconOnly_Selected_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.IconOnly_Selected_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.TextAndIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.TextAndIcon.png new file mode 100644 index 0000000000..82819a26d2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.TextAndIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.TextAndIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.TextAndIcon_Disabled.png new file mode 100644 index 0000000000..e3d5d8163b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.TextAndIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.TextAndIcon_Selected.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.TextAndIcon_Selected.png new file mode 100644 index 0000000000..dc5d4981f9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.TextAndIcon_Selected.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.TextAndIcon_Selected_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.TextAndIcon_Selected_Disabled.png new file mode 100644 index 0000000000..6b9ec12a18 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.TextAndIcon_Selected_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.TextOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.TextOnly.png new file mode 100644 index 0000000000..777e740539 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.TextOnly.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.TextOnly_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.TextOnly_Disabled.png new file mode 100644 index 0000000000..d1a15a0598 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.TextOnly_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.TextOnly_Selected.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.TextOnly_Selected.png new file mode 100644 index 0000000000..426c027ec5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.TextOnly_Selected.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.TextOnly_Selected_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.TextOnly_Selected_Disabled.png new file mode 100644 index 0000000000..1581149d4c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Dark.TextOnly_Selected_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.IconOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.IconOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.IconOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.IconOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.IconOnly_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.IconOnly_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.IconOnly_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.IconOnly_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.IconOnly_Selected.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.IconOnly_Selected.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.IconOnly_Selected.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.IconOnly_Selected.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.IconOnly_Selected_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.IconOnly_Selected_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-Business-ToolsTheme_Light.IconOnly_Selected_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.IconOnly_Selected_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.TextAndIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.TextAndIcon.png new file mode 100644 index 0000000000..06715bd6a7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.TextAndIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.TextAndIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.TextAndIcon_Disabled.png new file mode 100644 index 0000000000..fc06f7f44c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.TextAndIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.TextAndIcon_Selected.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.TextAndIcon_Selected.png new file mode 100644 index 0000000000..5ed5197288 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.TextAndIcon_Selected.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.TextAndIcon_Selected_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.TextAndIcon_Selected_Disabled.png new file mode 100644 index 0000000000..20d163c180 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.TextAndIcon_Selected_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.TextOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.TextOnly.png new file mode 100644 index 0000000000..f4de2d80d1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.TextOnly.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.TextOnly_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.TextOnly_Disabled.png new file mode 100644 index 0000000000..c6014f07d6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.TextOnly_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.TextOnly_Selected.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.TextOnly_Selected.png new file mode 100644 index 0000000000..7412b5c797 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.TextOnly_Selected.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.TextOnly_Selected_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.TextOnly_Selected_Disabled.png new file mode 100644 index 0000000000..01d20b86bb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_Orange-CompactTheme_Light.TextOnly_Selected_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextAndIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextAndIcon.png index 97421f1394..d015d65819 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextAndIcon.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextAndIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextAndIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextAndIcon_Disabled.png index c0bb3f2d60..ea4ddb19e0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextAndIcon_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextAndIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextAndIcon_Selected.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextAndIcon_Selected.png index 4bd3fa12dd..ee5de698a2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextAndIcon_Selected.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextAndIcon_Selected.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextAndIcon_Selected_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextAndIcon_Selected_Disabled.png index 6eda0f988b..1b342d1735 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextAndIcon_Selected_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextAndIcon_Selected_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextOnly.png index 64cdca920a..821f01b7e1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextOnly.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextOnly.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextOnly_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextOnly_Disabled.png index bba6572af7..5046e59e68 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextOnly_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextOnly_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextOnly_Selected.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextOnly_Selected.png index 147761d736..27252ef9a1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextOnly_Selected.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextOnly_Selected.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextOnly_Selected_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextOnly_Selected_Disabled.png index ac9c5a39a9..f1976b9bcd 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextOnly_Selected_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Dark.TextOnly_Selected_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextAndIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextAndIcon.png index 9875d77500..a438c2fc45 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextAndIcon.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextAndIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextAndIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextAndIcon_Disabled.png index 073456f17b..d78608c85c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextAndIcon_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextAndIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextAndIcon_Selected.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextAndIcon_Selected.png index 374d4192e6..8d5abed112 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextAndIcon_Selected.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextAndIcon_Selected.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextAndIcon_Selected_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextAndIcon_Selected_Disabled.png index b8edd13eb2..efa5acf655 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextAndIcon_Selected_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextAndIcon_Selected_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextOnly.png index 5c9859fe44..0e12e9c3f9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextOnly.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextOnly.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextOnly_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextOnly_Disabled.png index 56c0495e6c..e5637be991 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextOnly_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextOnly_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextOnly_Selected.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextOnly_Selected.png index ad98b01042..672a4391d4 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextOnly_Selected.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextOnly_Selected.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextOnly_Selected_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextOnly_Selected_Disabled.png index 8316ce2b47..f289226471 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextOnly_Selected_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_OrangeTheme_Light.TextOnly_Selected_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextAndIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextAndIcon.png index 6b24d0cd39..f94c0e5875 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextAndIcon.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextAndIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextAndIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextAndIcon_Disabled.png index e53e841ae9..34b2634dd2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextAndIcon_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextAndIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextAndIcon_Selected.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextAndIcon_Selected.png index 518b5cdd99..589e9deb45 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextAndIcon_Selected.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextAndIcon_Selected.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextAndIcon_Selected_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextAndIcon_Selected_Disabled.png index a1a7e70045..3ce3f09b1d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextAndIcon_Selected_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextAndIcon_Selected_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextOnly.png index 7156edb523..79abfe903b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextOnly.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextOnly.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextOnly_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextOnly_Disabled.png index 2be6addfc3..9575a9ff02 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextOnly_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextOnly_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextOnly_Selected.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextOnly_Selected.png index dc5affba61..0c2d340c24 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextOnly_Selected.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextOnly_Selected.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextOnly_Selected_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextOnly_Selected_Disabled.png index 71999680a3..3a3414f763 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextOnly_Selected_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Dark.TextOnly_Selected_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextAndIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextAndIcon.png index 83b65f9dcb..4df63b97d0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextAndIcon.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextAndIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextAndIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextAndIcon_Disabled.png index a37bc759ed..d6f57e798b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextAndIcon_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextAndIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextAndIcon_Selected.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextAndIcon_Selected.png index 48c255cacc..3b1cbcf6d0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextAndIcon_Selected.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextAndIcon_Selected.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextAndIcon_Selected_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextAndIcon_Selected_Disabled.png index 055462a3fa..cee3d07b8a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextAndIcon_Selected_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextAndIcon_Selected_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextOnly.png index 4741f4e719..58ccca87db 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextOnly.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextOnly.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextOnly_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextOnly_Disabled.png index c307d523f0..4ae11ff800 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextOnly_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextOnly_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextOnly_Selected.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextOnly_Selected.png index 0990966931..253bbf6e92 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextOnly_Selected.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextOnly_Selected.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextOnly_Selected_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextOnly_Selected_Disabled.png index 6f12e37801..661e1f4c81 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextOnly_Selected_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_SoshTheme_Light.TextOnly_Selected_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextAndIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextAndIcon.png index cc53defe21..9ef1aed290 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextAndIcon.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextAndIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextAndIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextAndIcon_Disabled.png index 2b47b84c17..081b61a20e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextAndIcon_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextAndIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextAndIcon_Selected.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextAndIcon_Selected.png index fb444673ce..33939fedeb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextAndIcon_Selected.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextAndIcon_Selected.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextAndIcon_Selected_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextAndIcon_Selected_Disabled.png index 8015505f1f..f5cfb8ea2b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextAndIcon_Selected_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextAndIcon_Selected_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextOnly.png index 6edcf09aa5..e6583f422e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextOnly.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextOnly.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextOnly_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextOnly_Disabled.png index fb835cfd45..54196ac937 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextOnly_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextOnly_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextOnly_Selected.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextOnly_Selected.png index 524944dbbd..411775e0dd 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextOnly_Selected.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextOnly_Selected.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextOnly_Selected_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextOnly_Selected_Disabled.png index 87671d8a7f..86bbbc78bb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextOnly_Selected_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Dark.TextOnly_Selected_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextAndIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextAndIcon.png index d34e2c70e8..4c5c60580c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextAndIcon.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextAndIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextAndIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextAndIcon_Disabled.png index bba9955a99..2891a2b4ae 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextAndIcon_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextAndIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextAndIcon_Selected.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextAndIcon_Selected.png index b6df1cc8ad..88072d60ba 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextAndIcon_Selected.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextAndIcon_Selected.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextAndIcon_Selected_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextAndIcon_Selected_Disabled.png index 84678a0353..afbd53d753 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextAndIcon_Selected_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextAndIcon_Selected_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextOnly.png index 4b1741b582..16b896d9af 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextOnly.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextOnly.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextOnly_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextOnly_Disabled.png index 19fd90dbe8..e3afea07c8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextOnly_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextOnly_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextOnly_Selected.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextOnly_Selected.png index 6c510c5117..180a0ab635 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextOnly_Selected.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextOnly_Selected.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextOnly_Selected_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextOnly_Selected_Disabled.png index 2ee1879e69..7a40c01bdc 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextOnly_Selected_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testFilter_WireframeTheme_Light.TextOnly_Selected_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-Business-ToolsTheme_Dark.IconOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-CompactTheme_Dark.IconOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-Business-ToolsTheme_Dark.IconOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-CompactTheme_Dark.IconOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-Business-ToolsTheme_Dark.IconOnly_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-CompactTheme_Dark.IconOnly_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-Business-ToolsTheme_Dark.IconOnly_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-CompactTheme_Dark.IconOnly_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-Business-ToolsTheme_Dark.TextAndIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-CompactTheme_Dark.TextAndIcon.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-Business-ToolsTheme_Dark.TextAndIcon.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-CompactTheme_Dark.TextAndIcon.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-Business-ToolsTheme_Dark.TextAndIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-CompactTheme_Dark.TextAndIcon_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-Business-ToolsTheme_Dark.TextAndIcon_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-CompactTheme_Dark.TextAndIcon_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-Business-ToolsTheme_Dark.TextOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-CompactTheme_Dark.TextOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-Business-ToolsTheme_Dark.TextOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-CompactTheme_Dark.TextOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-Business-ToolsTheme_Dark.TextOnly_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-CompactTheme_Dark.TextOnly_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-Business-ToolsTheme_Dark.TextOnly_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-CompactTheme_Dark.TextOnly_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-Business-ToolsTheme_Light.IconOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-CompactTheme_Light.IconOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-Business-ToolsTheme_Light.IconOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-CompactTheme_Light.IconOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-Business-ToolsTheme_Light.IconOnly_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-CompactTheme_Light.IconOnly_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-Business-ToolsTheme_Light.IconOnly_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-CompactTheme_Light.IconOnly_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-Business-ToolsTheme_Light.TextAndIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-CompactTheme_Light.TextAndIcon.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-Business-ToolsTheme_Light.TextAndIcon.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-CompactTheme_Light.TextAndIcon.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-Business-ToolsTheme_Light.TextAndIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-CompactTheme_Light.TextAndIcon_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-Business-ToolsTheme_Light.TextAndIcon_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-CompactTheme_Light.TextAndIcon_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-Business-ToolsTheme_Light.TextOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-CompactTheme_Light.TextOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-Business-ToolsTheme_Light.TextOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-CompactTheme_Light.TextOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-Business-ToolsTheme_Light.TextOnly_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-CompactTheme_Light.TextOnly_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-Business-ToolsTheme_Light.TextOnly_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/ChipsSnapshotsTestsTestCase/testSuggestion_Orange-CompactTheme_Light.TextOnly_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-error-_off_.png deleted file mode 100644 index a2d213d632..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-error-_on_.png deleted file mode 100644 index 496628b545..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-error-divider_off_.png deleted file mode 100644 index bd6bd4a5a8..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-error-divider_on_.png deleted file mode 100644 index 3949053549..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-error-withText-_off_.png deleted file mode 100644 index 4b0399454b..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-error-withText-_on_.png deleted file mode 100644 index c4c7c331e6..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-error-withText-divider_off_.png deleted file mode 100644 index 2536c4455b..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-error-withText-divider_on_.png deleted file mode 100644 index 6eaf4b614f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-error-_off_.png deleted file mode 100644 index c613464b20..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-error-_on_.png deleted file mode 100644 index 79ad03d82a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-error-divider_off_.png deleted file mode 100644 index cca3d7aa68..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-error-divider_on_.png deleted file mode 100644 index ba8e14d9c4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-error-withText-_off_.png deleted file mode 100644 index c502423e09..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-error-withText-_on_.png deleted file mode 100644 index f0d0709dd3..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-error-withText-divider_off_.png deleted file mode 100644 index 6ad603e7d1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-error-withText-divider_on_.png deleted file mode 100644 index 6247ab16c9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-_off_.png deleted file mode 100644 index 4ce1fbf516..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-_on_.png deleted file mode 100644 index 6d99bb1db4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-divider_off_.png deleted file mode 100644 index c8b0040ffc..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-divider_on_.png deleted file mode 100644 index f3a89c3868..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png deleted file mode 100644 index b299b489af..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png deleted file mode 100644 index 68c0101579..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png deleted file mode 100644 index f2a73cc4c6..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png deleted file mode 100644 index f9e120c349..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png deleted file mode 100644 index 4ce1fbf516..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png deleted file mode 100644 index 6d99bb1db4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png deleted file mode 100644 index c8b0040ffc..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png deleted file mode 100644 index f3a89c3868..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png deleted file mode 100644 index b299b489af..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png deleted file mode 100644 index 68c0101579..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png deleted file mode 100644 index f2a73cc4c6..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png deleted file mode 100644 index f9e120c349..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index 4ce1fbf516..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index 6d99bb1db4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index c8b0040ffc..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index f3a89c3868..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png deleted file mode 100644 index b299b489af..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png deleted file mode 100644 index 68c0101579..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png deleted file mode 100644 index f2a73cc4c6..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png deleted file mode 100644 index f9e120c349..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-error-_off_.png deleted file mode 100644 index dbe0d6c570..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-error-_on_.png deleted file mode 100644 index 9b9c1bb17a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-error-divider_off_.png deleted file mode 100644 index 1838428ded..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-error-divider_on_.png deleted file mode 100644 index 549378861f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-error-withText-_off_.png deleted file mode 100644 index afe0019b48..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-error-withText-_on_.png deleted file mode 100644 index 3bc824f906..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-error-withText-divider_off_.png deleted file mode 100644 index 1f8c25f48f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-error-withText-divider_on_.png deleted file mode 100644 index 170ef15338..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-error-_off_.png deleted file mode 100644 index dbe0d6c570..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-error-_on_.png deleted file mode 100644 index 9b9c1bb17a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-error-divider_off_.png deleted file mode 100644 index 1838428ded..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-error-divider_on_.png deleted file mode 100644 index 549378861f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-_off_.png deleted file mode 100644 index afe0019b48..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-_on_.png deleted file mode 100644 index 3bc824f906..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png deleted file mode 100644 index 1f8c25f48f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png deleted file mode 100644 index 170ef15338..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index dbe0d6c570..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index 9b9c1bb17a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index 1838428ded..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index 549378861f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png deleted file mode 100644 index afe0019b48..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png deleted file mode 100644 index 3bc824f906..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png deleted file mode 100644 index 1f8c25f48f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png deleted file mode 100644 index 170ef15338..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-error-_off_.png deleted file mode 100644 index 576046bfad..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-error-_on_.png deleted file mode 100644 index abaa1ed4ce..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-error-divider_off_.png deleted file mode 100644 index 1bd9172a7e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-error-divider_on_.png deleted file mode 100644 index cf93e83197..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-error-withText-_off_.png deleted file mode 100644 index 5a644bcd1d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-error-withText-_on_.png deleted file mode 100644 index 8c988d0c8d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-error-withText-divider_off_.png deleted file mode 100644 index 7e891e2405..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-error-withText-divider_on_.png deleted file mode 100644 index 744d213487..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index 576046bfad..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index abaa1ed4ce..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index 1bd9172a7e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index cf93e83197..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png deleted file mode 100644 index 5a644bcd1d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png deleted file mode 100644 index 8c988d0c8d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png deleted file mode 100644 index 7e891e2405..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png deleted file mode 100644 index 744d213487..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-error-_off_.png deleted file mode 100644 index 6e58b608a5..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-error-_on_.png deleted file mode 100644 index dde5f3b567..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-error-divider_off_.png deleted file mode 100644 index 356469e972..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-error-divider_on_.png deleted file mode 100644 index 8a75ea051c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-error-withText-_off_.png deleted file mode 100644 index bc3f52a0eb..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-error-withText-_on_.png deleted file mode 100644 index 7f7e0b1072..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-error-withText-divider_off_.png deleted file mode 100644 index 1f70f30ab9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-error-withText-divider_on_.png deleted file mode 100644 index 25d96072d0..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-error-_off_.png deleted file mode 100644 index c6441d2314..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-error-_on_.png deleted file mode 100644 index 0a61bc5496..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-error-divider_off_.png deleted file mode 100644 index db803671bf..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-error-divider_on_.png deleted file mode 100644 index 8aeaa00de1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-_off_.png deleted file mode 100644 index fae0d10817..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-_on_.png deleted file mode 100644 index 3a3b81952c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-divider_off_.png deleted file mode 100644 index a61b31f59a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-divider_on_.png deleted file mode 100644 index 51c6ffa6cb..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-_off_.png deleted file mode 100644 index e25ae4103c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-_on_.png deleted file mode 100644 index cadbaf329a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png deleted file mode 100644 index 9595650f46..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png deleted file mode 100644 index f770205d30..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png deleted file mode 100644 index 24a7bdb030..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png deleted file mode 100644 index 4516f3e81e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png deleted file mode 100644 index 00fa2ade60..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png deleted file mode 100644 index 82bc6d5290..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png deleted file mode 100644 index e25ae4103c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png deleted file mode 100644 index cadbaf329a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png deleted file mode 100644 index 9595650f46..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png deleted file mode 100644 index f770205d30..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png deleted file mode 100644 index 24a7bdb030..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png deleted file mode 100644 index 4516f3e81e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png deleted file mode 100644 index 00fa2ade60..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png deleted file mode 100644 index 82bc6d5290..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index e25ae4103c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index cadbaf329a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index 9595650f46..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index f770205d30..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png deleted file mode 100644 index 24a7bdb030..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png deleted file mode 100644 index 4516f3e81e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png deleted file mode 100644 index 00fa2ade60..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png deleted file mode 100644 index 82bc6d5290..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-error-_off_.png deleted file mode 100644 index 99fb598121..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-error-_on_.png deleted file mode 100644 index 1bbb7bd637..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-error-divider_off_.png deleted file mode 100644 index 9a1457101f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-error-divider_on_.png deleted file mode 100644 index 5590691e86..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-error-withText-_off_.png deleted file mode 100644 index 5a85f87e07..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-error-withText-_on_.png deleted file mode 100644 index 41b948cc00..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-error-withText-divider_off_.png deleted file mode 100644 index e2a7e8ef2f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-error-withText-divider_on_.png deleted file mode 100644 index a8c4d34cf7..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-_off_.png deleted file mode 100644 index 99fb598121..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-_on_.png deleted file mode 100644 index 1bbb7bd637..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png deleted file mode 100644 index 9a1457101f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png deleted file mode 100644 index 5590691e86..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png deleted file mode 100644 index 5a85f87e07..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png deleted file mode 100644 index 41b948cc00..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png deleted file mode 100644 index e2a7e8ef2f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png deleted file mode 100644 index a8c4d34cf7..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index 99fb598121..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index 1bbb7bd637..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index 9a1457101f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index 5590691e86..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png deleted file mode 100644 index 5a85f87e07..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png deleted file mode 100644 index 41b948cc00..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png deleted file mode 100644 index e2a7e8ef2f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png deleted file mode 100644 index a8c4d34cf7..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-error-_off_.png deleted file mode 100644 index afe216d037..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-error-_on_.png deleted file mode 100644 index a62019529d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-error-divider_off_.png deleted file mode 100644 index 0050e02a40..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-error-divider_on_.png deleted file mode 100644 index cec309ed8d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-error-withText-_off_.png deleted file mode 100644 index 14876d9da1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-error-withText-_on_.png deleted file mode 100644 index 2207539e9a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-error-withText-divider_off_.png deleted file mode 100644 index fb8b8b9144..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-error-withText-divider_on_.png deleted file mode 100644 index 0cbe433399..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index afe216d037..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index a62019529d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index 0050e02a40..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index cec309ed8d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png deleted file mode 100644 index 14876d9da1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png deleted file mode 100644 index 2207539e9a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png deleted file mode 100644 index fb8b8b9144..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png deleted file mode 100644 index 0cbe433399..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-error-_off_.png deleted file mode 100644 index a2d213d632..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-error-_on_.png deleted file mode 100644 index 496628b545..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-error-divider_off_.png deleted file mode 100644 index bd6bd4a5a8..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-error-divider_on_.png deleted file mode 100644 index 3949053549..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-error-withText-_off_.png deleted file mode 100644 index 4b0399454b..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-error-withText-_on_.png deleted file mode 100644 index c4c7c331e6..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-error-withText-divider_off_.png deleted file mode 100644 index 2536c4455b..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-error-withText-divider_on_.png deleted file mode 100644 index 6eaf4b614f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-_off_.png deleted file mode 100644 index c613464b20..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-_on_.png deleted file mode 100644 index 79ad03d82a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-divider_off_.png deleted file mode 100644 index cca3d7aa68..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-divider_on_.png deleted file mode 100644 index ba8e14d9c4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-_off_.png deleted file mode 100644 index c502423e09..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-_on_.png deleted file mode 100644 index f0d0709dd3..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-divider_off_.png deleted file mode 100644 index 6ad603e7d1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-divider_on_.png deleted file mode 100644 index 6247ab16c9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-_off_.png deleted file mode 100644 index 4ce1fbf516..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-_on_.png deleted file mode 100644 index 6d99bb1db4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_off_.png deleted file mode 100644 index c8b0040ffc..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_on_.png deleted file mode 100644 index f3a89c3868..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png deleted file mode 100644 index b299b489af..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png deleted file mode 100644 index 68c0101579..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png deleted file mode 100644 index f2a73cc4c6..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png deleted file mode 100644 index f9e120c349..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png deleted file mode 100644 index 4ce1fbf516..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png deleted file mode 100644 index 6d99bb1db4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png deleted file mode 100644 index c8b0040ffc..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png deleted file mode 100644 index f3a89c3868..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png deleted file mode 100644 index b299b489af..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png deleted file mode 100644 index 68c0101579..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png deleted file mode 100644 index f2a73cc4c6..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png deleted file mode 100644 index f9e120c349..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index 4ce1fbf516..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index 6d99bb1db4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index c8b0040ffc..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index f3a89c3868..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png deleted file mode 100644 index b299b489af..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png deleted file mode 100644 index 68c0101579..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png deleted file mode 100644 index f2a73cc4c6..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png deleted file mode 100644 index f9e120c349..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-error-_off_.png deleted file mode 100644 index dbe0d6c570..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-error-_on_.png deleted file mode 100644 index 9b9c1bb17a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-error-divider_off_.png deleted file mode 100644 index 1838428ded..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-error-divider_on_.png deleted file mode 100644 index 549378861f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-_off_.png deleted file mode 100644 index afe0019b48..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-_on_.png deleted file mode 100644 index 3bc824f906..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-divider_off_.png deleted file mode 100644 index 1f8c25f48f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-divider_on_.png deleted file mode 100644 index 170ef15338..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-_off_.png deleted file mode 100644 index dbe0d6c570..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-_on_.png deleted file mode 100644 index 9b9c1bb17a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_off_.png deleted file mode 100644 index 1838428ded..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_on_.png deleted file mode 100644 index 549378861f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_off_.png deleted file mode 100644 index afe0019b48..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_on_.png deleted file mode 100644 index 3bc824f906..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png deleted file mode 100644 index 1f8c25f48f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png deleted file mode 100644 index 170ef15338..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index dbe0d6c570..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index 9b9c1bb17a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index 1838428ded..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index 549378861f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png deleted file mode 100644 index afe0019b48..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png deleted file mode 100644 index 3bc824f906..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png deleted file mode 100644 index 1f8c25f48f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png deleted file mode 100644 index 170ef15338..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-error-_off_.png deleted file mode 100644 index 576046bfad..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-error-_on_.png deleted file mode 100644 index abaa1ed4ce..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-error-divider_off_.png deleted file mode 100644 index 1bd9172a7e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-error-divider_on_.png deleted file mode 100644 index cf93e83197..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-_off_.png deleted file mode 100644 index 5a644bcd1d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-_on_.png deleted file mode 100644 index 8c988d0c8d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-divider_off_.png deleted file mode 100644 index 7e891e2405..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-divider_on_.png deleted file mode 100644 index 744d213487..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index 576046bfad..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index abaa1ed4ce..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index 1bd9172a7e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index cf93e83197..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png deleted file mode 100644 index 5a644bcd1d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png deleted file mode 100644 index 8c988d0c8d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png deleted file mode 100644 index 7e891e2405..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png deleted file mode 100644 index 744d213487..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-error-_off_.png deleted file mode 100644 index 6e58b608a5..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-error-_on_.png deleted file mode 100644 index dde5f3b567..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-error-divider_off_.png deleted file mode 100644 index 356469e972..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-error-divider_on_.png deleted file mode 100644 index 8a75ea051c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-error-withText-_off_.png deleted file mode 100644 index bc3f52a0eb..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-error-withText-_on_.png deleted file mode 100644 index 7f7e0b1072..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-error-withText-divider_off_.png deleted file mode 100644 index 1f70f30ab9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-error-withText-divider_on_.png deleted file mode 100644 index 25d96072d0..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-_off_.png deleted file mode 100644 index c6441d2314..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-_on_.png deleted file mode 100644 index 0a61bc5496..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-divider_off_.png deleted file mode 100644 index db803671bf..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-divider_on_.png deleted file mode 100644 index 8aeaa00de1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-_off_.png deleted file mode 100644 index fae0d10817..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-_on_.png deleted file mode 100644 index 3a3b81952c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_off_.png deleted file mode 100644 index a61b31f59a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_on_.png deleted file mode 100644 index 51c6ffa6cb..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_off_.png deleted file mode 100644 index e25ae4103c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_on_.png deleted file mode 100644 index cadbaf329a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png deleted file mode 100644 index 9595650f46..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png deleted file mode 100644 index f770205d30..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png deleted file mode 100644 index 24a7bdb030..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png deleted file mode 100644 index 4516f3e81e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png deleted file mode 100644 index 00fa2ade60..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png deleted file mode 100644 index 82bc6d5290..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png deleted file mode 100644 index e25ae4103c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png deleted file mode 100644 index cadbaf329a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png deleted file mode 100644 index 9595650f46..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png deleted file mode 100644 index f770205d30..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png deleted file mode 100644 index 24a7bdb030..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png deleted file mode 100644 index 4516f3e81e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png deleted file mode 100644 index 00fa2ade60..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png deleted file mode 100644 index 82bc6d5290..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index e25ae4103c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index cadbaf329a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index 9595650f46..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index f770205d30..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png deleted file mode 100644 index 24a7bdb030..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png deleted file mode 100644 index 4516f3e81e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png deleted file mode 100644 index 00fa2ade60..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png deleted file mode 100644 index 82bc6d5290..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-_off_.png deleted file mode 100644 index 99fb598121..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-_on_.png deleted file mode 100644 index 1bbb7bd637..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-divider_off_.png deleted file mode 100644 index 9a1457101f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-divider_on_.png deleted file mode 100644 index 5590691e86..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-_off_.png deleted file mode 100644 index 5a85f87e07..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-_on_.png deleted file mode 100644 index 41b948cc00..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_off_.png deleted file mode 100644 index e2a7e8ef2f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_on_.png deleted file mode 100644 index a8c4d34cf7..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_off_.png deleted file mode 100644 index 99fb598121..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_on_.png deleted file mode 100644 index 1bbb7bd637..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png deleted file mode 100644 index 9a1457101f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png deleted file mode 100644 index 5590691e86..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png deleted file mode 100644 index 5a85f87e07..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png deleted file mode 100644 index 41b948cc00..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png deleted file mode 100644 index e2a7e8ef2f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png deleted file mode 100644 index a8c4d34cf7..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index 99fb598121..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index 1bbb7bd637..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index 9a1457101f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index 5590691e86..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png deleted file mode 100644 index 5a85f87e07..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png deleted file mode 100644 index 41b948cc00..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png deleted file mode 100644 index e2a7e8ef2f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png deleted file mode 100644 index a8c4d34cf7..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-_off_.png deleted file mode 100644 index afe216d037..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-_on_.png deleted file mode 100644 index a62019529d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-divider_off_.png deleted file mode 100644 index 0050e02a40..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-divider_on_.png deleted file mode 100644 index cec309ed8d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-_off_.png deleted file mode 100644 index 14876d9da1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-_on_.png deleted file mode 100644 index 2207539e9a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_off_.png deleted file mode 100644 index fb8b8b9144..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_on_.png deleted file mode 100644 index 0cbe433399..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index afe216d037..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index a62019529d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index 0050e02a40..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index cec309ed8d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png deleted file mode 100644 index 14876d9da1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png deleted file mode 100644 index 2207539e9a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png deleted file mode 100644 index fb8b8b9144..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png deleted file mode 100644 index 0cbe433399..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-error-_off_.png deleted file mode 100644 index f49105b4d1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-error-_on_.png deleted file mode 100644 index 0485d292a4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-error-divider_off_.png deleted file mode 100644 index a78db0988c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-error-divider_on_.png deleted file mode 100644 index 35bbee0000..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-error-withText-_off_.png deleted file mode 100644 index e684401a3b..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-error-withText-_on_.png deleted file mode 100644 index 787f5bc1cf..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-error-withText-divider_off_.png deleted file mode 100644 index 4a76479577..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-error-withText-divider_on_.png deleted file mode 100644 index 6c050ed46a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-error-_off_.png deleted file mode 100644 index 308357e4ce..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-error-_on_.png deleted file mode 100644 index 448eac1992..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-error-divider_off_.png deleted file mode 100644 index 5691dfb280..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-error-divider_on_.png deleted file mode 100644 index 2f48e4299f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-error-withText-_off_.png deleted file mode 100644 index 6193ec6d8c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-error-withText-_on_.png deleted file mode 100644 index 3b96b27c3d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-error-withText-divider_off_.png deleted file mode 100644 index 556d923763..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-error-withText-divider_on_.png deleted file mode 100644 index 74a5d19bd5..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-error-_off_.png deleted file mode 100644 index 11ba346657..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-error-_on_.png deleted file mode 100644 index 0ca83a26c9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-error-divider_off_.png deleted file mode 100644 index 1f3e06402f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-error-divider_on_.png deleted file mode 100644 index 7b50a6b8d8..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png deleted file mode 100644 index 31f9efbbf4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png deleted file mode 100644 index 82080e36f9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png deleted file mode 100644 index 84e409977f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png deleted file mode 100644 index 63a297bd06..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png deleted file mode 100644 index 11ba346657..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png deleted file mode 100644 index 0ca83a26c9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png deleted file mode 100644 index 1f3e06402f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png deleted file mode 100644 index 7b50a6b8d8..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png deleted file mode 100644 index 31f9efbbf4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png deleted file mode 100644 index 82080e36f9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png deleted file mode 100644 index 84e409977f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png deleted file mode 100644 index 63a297bd06..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index 11ba346657..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index 0ca83a26c9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index 1f3e06402f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index 7b50a6b8d8..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png deleted file mode 100644 index 31f9efbbf4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png deleted file mode 100644 index 82080e36f9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png deleted file mode 100644 index 84e409977f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png deleted file mode 100644 index 63a297bd06..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-error-_off_.png deleted file mode 100644 index 8d93baa8c4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-error-_on_.png deleted file mode 100644 index 07e354f354..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-error-divider_off_.png deleted file mode 100644 index ed87214a53..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-error-divider_on_.png deleted file mode 100644 index 2c8701f386..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-error-withText-_off_.png deleted file mode 100644 index cfb5da33fb..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-error-withText-_on_.png deleted file mode 100644 index b670167242..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-error-withText-divider_off_.png deleted file mode 100644 index 920994ad34..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-error-withText-divider_on_.png deleted file mode 100644 index 42c325eda8..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-error-_off_.png deleted file mode 100644 index 8d93baa8c4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-error-_on_.png deleted file mode 100644 index 07e354f354..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-error-divider_off_.png deleted file mode 100644 index ed87214a53..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-error-divider_on_.png deleted file mode 100644 index 2c8701f386..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-_off_.png deleted file mode 100644 index cfb5da33fb..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-_on_.png deleted file mode 100644 index b670167242..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png deleted file mode 100644 index 920994ad34..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png deleted file mode 100644 index 42c325eda8..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index 8d93baa8c4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index 07e354f354..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index ed87214a53..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index 2c8701f386..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png deleted file mode 100644 index cfb5da33fb..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png deleted file mode 100644 index b670167242..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png deleted file mode 100644 index 920994ad34..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png deleted file mode 100644 index 42c325eda8..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-error-_off_.png deleted file mode 100644 index e2e3035b72..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-error-_on_.png deleted file mode 100644 index d4768d66e3..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-error-divider_off_.png deleted file mode 100644 index 0d169ec083..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-error-divider_on_.png deleted file mode 100644 index 8e8ce93928..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-error-withText-_off_.png deleted file mode 100644 index 74eb8cc8f1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-error-withText-_on_.png deleted file mode 100644 index e05fa7946f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-error-withText-divider_off_.png deleted file mode 100644 index 1087b170fe..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-error-withText-divider_on_.png deleted file mode 100644 index 286972d5dd..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index e2e3035b72..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index d4768d66e3..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index 0d169ec083..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index 8e8ce93928..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png deleted file mode 100644 index 74eb8cc8f1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png deleted file mode 100644 index e05fa7946f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png deleted file mode 100644 index 1087b170fe..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png deleted file mode 100644 index 286972d5dd..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-error-_off_.png deleted file mode 100644 index 1365719383..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-error-_on_.png deleted file mode 100644 index f885921173..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-error-divider_off_.png deleted file mode 100644 index e9dbeff1b5..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-error-divider_on_.png deleted file mode 100644 index fddd9e5840..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-error-withText-_off_.png deleted file mode 100644 index b3925da622..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-error-withText-_on_.png deleted file mode 100644 index 62a08c3568..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-error-withText-divider_off_.png deleted file mode 100644 index dc09761f2a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-error-withText-divider_on_.png deleted file mode 100644 index 0547fc750d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-error-_off_.png deleted file mode 100644 index 7715e06454..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-error-_on_.png deleted file mode 100644 index b9e4932ab3..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-error-divider_off_.png deleted file mode 100644 index a5b727e105..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-error-divider_on_.png deleted file mode 100644 index 40a914156b..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-error-withText-_off_.png deleted file mode 100644 index 79f47e63fd..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-error-withText-_on_.png deleted file mode 100644 index aebfd4a1e9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-error-withText-divider_off_.png deleted file mode 100644 index 2e483316b5..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-error-withText-divider_on_.png deleted file mode 100644 index cc89f8e306..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-_off_.png deleted file mode 100644 index f5402708a4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-_on_.png deleted file mode 100644 index e8568084fa..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png deleted file mode 100644 index df436d5ed1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png deleted file mode 100644 index 8ffc439ee1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png deleted file mode 100644 index ca48f36240..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png deleted file mode 100644 index 6f73da2a66..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png deleted file mode 100644 index 105795cf47..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png deleted file mode 100644 index 1b324fbded..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png deleted file mode 100644 index f5402708a4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png deleted file mode 100644 index e8568084fa..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png deleted file mode 100644 index df436d5ed1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png deleted file mode 100644 index 8ffc439ee1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png deleted file mode 100644 index ca48f36240..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png deleted file mode 100644 index 6f73da2a66..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png deleted file mode 100644 index 105795cf47..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png deleted file mode 100644 index 1b324fbded..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index f5402708a4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index e8568084fa..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index df436d5ed1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index 8ffc439ee1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png deleted file mode 100644 index ca48f36240..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png deleted file mode 100644 index 6f73da2a66..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png deleted file mode 100644 index 105795cf47..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png deleted file mode 100644 index 1b324fbded..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-error-_off_.png deleted file mode 100644 index 59c064a360..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-error-_on_.png deleted file mode 100644 index 4c827af5bc..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-error-divider_off_.png deleted file mode 100644 index 072686d84e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-error-divider_on_.png deleted file mode 100644 index 8480223831..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-error-withText-_off_.png deleted file mode 100644 index 14db844242..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-error-withText-_on_.png deleted file mode 100644 index 1e3fbd86ae..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-error-withText-divider_off_.png deleted file mode 100644 index bcef06c497..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-error-withText-divider_on_.png deleted file mode 100644 index 893c907617..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-_off_.png deleted file mode 100644 index 59c064a360..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-_on_.png deleted file mode 100644 index 4c827af5bc..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png deleted file mode 100644 index 072686d84e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png deleted file mode 100644 index 8480223831..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png deleted file mode 100644 index 14db844242..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png deleted file mode 100644 index 1e3fbd86ae..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png deleted file mode 100644 index bcef06c497..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png deleted file mode 100644 index 893c907617..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index 59c064a360..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index 4c827af5bc..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index 072686d84e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index 8480223831..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png deleted file mode 100644 index 14db844242..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png deleted file mode 100644 index 1e3fbd86ae..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png deleted file mode 100644 index bcef06c497..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png deleted file mode 100644 index 893c907617..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-error-_off_.png deleted file mode 100644 index 42d167e861..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-error-_on_.png deleted file mode 100644 index 34d319e384..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-error-divider_off_.png deleted file mode 100644 index ec7814b794..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-error-divider_on_.png deleted file mode 100644 index 392c4ac4ae..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-error-withText-_off_.png deleted file mode 100644 index 69a2c67831..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-error-withText-_on_.png deleted file mode 100644 index 510d2451c6..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-error-withText-divider_off_.png deleted file mode 100644 index 24fc15194f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-error-withText-divider_on_.png deleted file mode 100644 index 4b5e9c5cd4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index 42d167e861..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index 34d319e384..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index ec7814b794..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index 392c4ac4ae..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png deleted file mode 100644 index 69a2c67831..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png deleted file mode 100644 index 510d2451c6..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png deleted file mode 100644 index 24fc15194f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png deleted file mode 100644 index 4b5e9c5cd4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-error-_off_.png deleted file mode 100644 index f49105b4d1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-error-_on_.png deleted file mode 100644 index 0485d292a4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-error-divider_off_.png deleted file mode 100644 index a78db0988c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-error-divider_on_.png deleted file mode 100644 index 35bbee0000..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-error-withText-_off_.png deleted file mode 100644 index e684401a3b..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-error-withText-_on_.png deleted file mode 100644 index 787f5bc1cf..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-error-withText-divider_off_.png deleted file mode 100644 index 4a76479577..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-error-withText-divider_on_.png deleted file mode 100644 index 6c050ed46a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-error-_off_.png deleted file mode 100644 index 308357e4ce..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-error-_on_.png deleted file mode 100644 index 448eac1992..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-error-divider_off_.png deleted file mode 100644 index 5691dfb280..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-error-divider_on_.png deleted file mode 100644 index 2f48e4299f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-_off_.png deleted file mode 100644 index 6193ec6d8c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-_on_.png deleted file mode 100644 index 3b96b27c3d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-divider_off_.png deleted file mode 100644 index 556d923763..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-divider_on_.png deleted file mode 100644 index 74a5d19bd5..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-_off_.png deleted file mode 100644 index 11ba346657..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-_on_.png deleted file mode 100644 index 0ca83a26c9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_off_.png deleted file mode 100644 index 1f3e06402f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_on_.png deleted file mode 100644 index 7b50a6b8d8..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png deleted file mode 100644 index 31f9efbbf4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png deleted file mode 100644 index 82080e36f9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png deleted file mode 100644 index 84e409977f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png deleted file mode 100644 index 63a297bd06..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png deleted file mode 100644 index 11ba346657..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png deleted file mode 100644 index 0ca83a26c9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png deleted file mode 100644 index 1f3e06402f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png deleted file mode 100644 index 7b50a6b8d8..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png deleted file mode 100644 index 31f9efbbf4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png deleted file mode 100644 index 82080e36f9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png deleted file mode 100644 index 84e409977f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png deleted file mode 100644 index 63a297bd06..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index 11ba346657..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index 0ca83a26c9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index 1f3e06402f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index 7b50a6b8d8..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png deleted file mode 100644 index 31f9efbbf4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png deleted file mode 100644 index 82080e36f9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png deleted file mode 100644 index 84e409977f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png deleted file mode 100644 index 63a297bd06..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-error-_off_.png deleted file mode 100644 index 8d93baa8c4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-error-_on_.png deleted file mode 100644 index 07e354f354..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-error-divider_off_.png deleted file mode 100644 index ed87214a53..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-error-divider_on_.png deleted file mode 100644 index 2c8701f386..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-_off_.png deleted file mode 100644 index cfb5da33fb..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-_on_.png deleted file mode 100644 index b670167242..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-divider_off_.png deleted file mode 100644 index 920994ad34..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-divider_on_.png deleted file mode 100644 index 42c325eda8..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-_off_.png deleted file mode 100644 index 8d93baa8c4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-_on_.png deleted file mode 100644 index 07e354f354..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_off_.png deleted file mode 100644 index ed87214a53..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_on_.png deleted file mode 100644 index 2c8701f386..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_off_.png deleted file mode 100644 index cfb5da33fb..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_on_.png deleted file mode 100644 index b670167242..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png deleted file mode 100644 index 920994ad34..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png deleted file mode 100644 index 42c325eda8..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index 8d93baa8c4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index 07e354f354..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index ed87214a53..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index 2c8701f386..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png deleted file mode 100644 index cfb5da33fb..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png deleted file mode 100644 index b670167242..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png deleted file mode 100644 index 920994ad34..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png deleted file mode 100644 index 42c325eda8..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-error-_off_.png deleted file mode 100644 index e2e3035b72..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-error-_on_.png deleted file mode 100644 index d4768d66e3..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-error-divider_off_.png deleted file mode 100644 index 0d169ec083..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-error-divider_on_.png deleted file mode 100644 index 8e8ce93928..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-_off_.png deleted file mode 100644 index 74eb8cc8f1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-_on_.png deleted file mode 100644 index e05fa7946f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-divider_off_.png deleted file mode 100644 index 1087b170fe..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-divider_on_.png deleted file mode 100644 index 286972d5dd..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index e2e3035b72..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index d4768d66e3..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index 0d169ec083..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index 8e8ce93928..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png deleted file mode 100644 index 74eb8cc8f1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png deleted file mode 100644 index e05fa7946f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png deleted file mode 100644 index 1087b170fe..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png deleted file mode 100644 index 286972d5dd..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-error-_off_.png deleted file mode 100644 index 1365719383..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-error-_on_.png deleted file mode 100644 index f885921173..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-error-divider_off_.png deleted file mode 100644 index e9dbeff1b5..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-error-divider_on_.png deleted file mode 100644 index fddd9e5840..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-error-withText-_off_.png deleted file mode 100644 index b3925da622..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-error-withText-_on_.png deleted file mode 100644 index 62a08c3568..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-error-withText-divider_off_.png deleted file mode 100644 index dc09761f2a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-error-withText-divider_on_.png deleted file mode 100644 index 0547fc750d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-_off_.png deleted file mode 100644 index 7715e06454..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-_on_.png deleted file mode 100644 index b9e4932ab3..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-divider_off_.png deleted file mode 100644 index a5b727e105..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-divider_on_.png deleted file mode 100644 index 40a914156b..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-_off_.png deleted file mode 100644 index 79f47e63fd..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-_on_.png deleted file mode 100644 index aebfd4a1e9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_off_.png deleted file mode 100644 index 2e483316b5..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_on_.png deleted file mode 100644 index cc89f8e306..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_off_.png deleted file mode 100644 index f5402708a4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_on_.png deleted file mode 100644 index e8568084fa..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png deleted file mode 100644 index df436d5ed1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png deleted file mode 100644 index 8ffc439ee1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png deleted file mode 100644 index ca48f36240..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png deleted file mode 100644 index 6f73da2a66..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png deleted file mode 100644 index 105795cf47..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png deleted file mode 100644 index 1b324fbded..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png deleted file mode 100644 index f5402708a4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png deleted file mode 100644 index e8568084fa..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png deleted file mode 100644 index df436d5ed1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png deleted file mode 100644 index 8ffc439ee1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png deleted file mode 100644 index ca48f36240..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png deleted file mode 100644 index 6f73da2a66..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png deleted file mode 100644 index 105795cf47..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png deleted file mode 100644 index 1b324fbded..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index f5402708a4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index e8568084fa..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index df436d5ed1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index 8ffc439ee1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png deleted file mode 100644 index ca48f36240..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png deleted file mode 100644 index 6f73da2a66..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png deleted file mode 100644 index 105795cf47..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png deleted file mode 100644 index 1b324fbded..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-_off_.png deleted file mode 100644 index 59c064a360..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-_on_.png deleted file mode 100644 index 4c827af5bc..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-divider_off_.png deleted file mode 100644 index 072686d84e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-divider_on_.png deleted file mode 100644 index 8480223831..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-_off_.png deleted file mode 100644 index 14db844242..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-_on_.png deleted file mode 100644 index 1e3fbd86ae..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_off_.png deleted file mode 100644 index bcef06c497..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_on_.png deleted file mode 100644 index 893c907617..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_off_.png deleted file mode 100644 index 59c064a360..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_on_.png deleted file mode 100644 index 4c827af5bc..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png deleted file mode 100644 index 072686d84e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png deleted file mode 100644 index 8480223831..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png deleted file mode 100644 index 14db844242..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png deleted file mode 100644 index 1e3fbd86ae..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png deleted file mode 100644 index bcef06c497..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png deleted file mode 100644 index 893c907617..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index 59c064a360..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index 4c827af5bc..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index 072686d84e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index 8480223831..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png deleted file mode 100644 index 14db844242..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png deleted file mode 100644 index 1e3fbd86ae..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png deleted file mode 100644 index bcef06c497..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png deleted file mode 100644 index 893c907617..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-_off_.png deleted file mode 100644 index 42d167e861..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-_on_.png deleted file mode 100644 index 34d319e384..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-divider_off_.png deleted file mode 100644 index ec7814b794..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-divider_on_.png deleted file mode 100644 index 392c4ac4ae..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-_off_.png deleted file mode 100644 index 69a2c67831..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-_on_.png deleted file mode 100644 index 510d2451c6..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_off_.png deleted file mode 100644 index 24fc15194f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_on_.png deleted file mode 100644 index 4b5e9c5cd4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index 42d167e861..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index 34d319e384..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index ec7814b794..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index 392c4ac4ae..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png deleted file mode 100644 index 69a2c67831..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png deleted file mode 100644 index 510d2451c6..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png deleted file mode 100644 index 24fc15194f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png deleted file mode 100644 index 4b5e9c5cd4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-error-_off_.png new file mode 100644 index 0000000000..70ca742f94 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-error-_on_.png new file mode 100644 index 0000000000..c668e4cf26 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-error-divider_off_.png new file mode 100644 index 0000000000..3e8eaa12dd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-error-divider_on_.png new file mode 100644 index 0000000000..0cc3c5be54 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-error-withText-_off_.png new file mode 100644 index 0000000000..a749b8c33f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-error-withText-_on_.png new file mode 100644 index 0000000000..34ac85d89b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-error-withText-divider_off_.png new file mode 100644 index 0000000000..a0b13a1738 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-error-withText-divider_on_.png new file mode 100644 index 0000000000..b83c3cad87 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-error-_off_.png new file mode 100644 index 0000000000..7df420b68b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-error-_on_.png new file mode 100644 index 0000000000..6828ec5b6b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-error-divider_off_.png new file mode 100644 index 0000000000..92d62e6dee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-error-divider_on_.png new file mode 100644 index 0000000000..7840ea0dd4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-error-withText-_off_.png new file mode 100644 index 0000000000..735b860752 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-error-withText-_on_.png new file mode 100644 index 0000000000..0f4b3ba739 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-error-withText-divider_off_.png new file mode 100644 index 0000000000..74789854cd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-error-withText-divider_on_.png new file mode 100644 index 0000000000..03881b0e2d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-_off_.png new file mode 100644 index 0000000000..314440d101 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-_on_.png new file mode 100644 index 0000000000..2f0821c09c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-divider_off_.png new file mode 100644 index 0000000000..b344efc340 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-divider_on_.png new file mode 100644 index 0000000000..b13912ccfb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png new file mode 100644 index 0000000000..e3e364e02b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png new file mode 100644 index 0000000000..c2146a57ec Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png new file mode 100644 index 0000000000..aad71b6ab2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png new file mode 100644 index 0000000000..fe700f3e5d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png new file mode 100644 index 0000000000..314440d101 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png new file mode 100644 index 0000000000..2f0821c09c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..b344efc340 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..b13912ccfb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png new file mode 100644 index 0000000000..e3e364e02b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png new file mode 100644 index 0000000000..c2146a57ec Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..aad71b6ab2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..fe700f3e5d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..314440d101 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..2f0821c09c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..b344efc340 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..b13912ccfb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png new file mode 100644 index 0000000000..e3e364e02b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png new file mode 100644 index 0000000000..c2146a57ec Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..aad71b6ab2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..fe700f3e5d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-error-_off_.png new file mode 100644 index 0000000000..b661682f5e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-error-_on_.png new file mode 100644 index 0000000000..d8c0a8cc1b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-error-divider_off_.png new file mode 100644 index 0000000000..ee214b582d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-error-divider_on_.png new file mode 100644 index 0000000000..5215383706 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-error-withText-_off_.png new file mode 100644 index 0000000000..c5307bafca Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-error-withText-_on_.png new file mode 100644 index 0000000000..05d98f425c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-error-withText-divider_off_.png new file mode 100644 index 0000000000..740ec954b6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-error-withText-divider_on_.png new file mode 100644 index 0000000000..5e122f8b11 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-error-_off_.png new file mode 100644 index 0000000000..b661682f5e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-error-_on_.png new file mode 100644 index 0000000000..d8c0a8cc1b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..ee214b582d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..5215383706 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-_off_.png new file mode 100644 index 0000000000..c5307bafca Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-_on_.png new file mode 100644 index 0000000000..05d98f425c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..740ec954b6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..5e122f8b11 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..b661682f5e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..d8c0a8cc1b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..ee214b582d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..5215383706 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png new file mode 100644 index 0000000000..c5307bafca Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png new file mode 100644 index 0000000000..05d98f425c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..740ec954b6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..5e122f8b11 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withHelper-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withHelper-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-error-_off_.png new file mode 100644 index 0000000000..be83ace27b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-error-_on_.png new file mode 100644 index 0000000000..3b41b9ddba Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..6402a118dd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..01867572cc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-error-withText-_off_.png new file mode 100644 index 0000000000..9ad5815d36 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-error-withText-_on_.png new file mode 100644 index 0000000000..6d746cad90 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..040a7517a6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..e6a82f5e18 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..be83ace27b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..3b41b9ddba Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..6402a118dd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..01867572cc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png new file mode 100644 index 0000000000..9ad5815d36 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png new file mode 100644 index 0000000000..6d746cad90 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..040a7517a6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..e6a82f5e18 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-default-label-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-default-label-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-indicatorOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-indicatorOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-indicatorOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-indicatorOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-indicatorOnly-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-indicatorOnly-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-indicatorOnly-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-indicatorOnly-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-indicatorOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-indicatorOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-indicatorOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-indicatorOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-indicatorOnly-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-indicatorOnly-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-indicatorOnly-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-indicatorOnly-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-indicatorOnly-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-indicatorOnly-error-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-indicatorOnly-error-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-indicatorOnly-error-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-indicatorOnly-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-indicatorOnly-error-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-indicatorOnly-error-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-indicatorOnly-error-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-indicatorOnly-readOnly_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-indicatorOnly-readOnly_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-indicatorOnly-readOnly_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-indicatorOnly-readOnly_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-indicatorOnly-readOnly_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-indicatorOnly-readOnly_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-indicatorOnly-readOnly_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-indicatorOnly-readOnly_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-error-_off_.png new file mode 100644 index 0000000000..c7e4740f0f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-error-_on_.png new file mode 100644 index 0000000000..2aa6429143 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-error-divider_off_.png new file mode 100644 index 0000000000..7b9b609d84 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-error-divider_on_.png new file mode 100644 index 0000000000..5427bf4bdc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-error-withText-_off_.png new file mode 100644 index 0000000000..b93250a632 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-error-withText-_on_.png new file mode 100644 index 0000000000..c3bea9277c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-error-withText-divider_off_.png new file mode 100644 index 0000000000..75b04720b9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-error-withText-divider_on_.png new file mode 100644 index 0000000000..eb87806658 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-error-_off_.png new file mode 100644 index 0000000000..3df98a3e47 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-error-_on_.png new file mode 100644 index 0000000000..e580eac0cd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-error-divider_off_.png new file mode 100644 index 0000000000..dcfdc644c7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-error-divider_on_.png new file mode 100644 index 0000000000..bf6ac5e342 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-_off_.png new file mode 100644 index 0000000000..cd60b9ee2f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-_on_.png new file mode 100644 index 0000000000..0ea80c6eb6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-divider_off_.png new file mode 100644 index 0000000000..90dcac9ac1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-divider_on_.png new file mode 100644 index 0000000000..abcb31c21c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-_off_.png new file mode 100644 index 0000000000..60ebcffad6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-_on_.png new file mode 100644 index 0000000000..84770c787b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png new file mode 100644 index 0000000000..e53817d55c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png new file mode 100644 index 0000000000..6234b621be Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png new file mode 100644 index 0000000000..8253fc1fe2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png new file mode 100644 index 0000000000..c8d84863cf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png new file mode 100644 index 0000000000..7cb850828f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png new file mode 100644 index 0000000000..3710c317f6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png new file mode 100644 index 0000000000..60ebcffad6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png new file mode 100644 index 0000000000..84770c787b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..e53817d55c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..6234b621be Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png new file mode 100644 index 0000000000..8253fc1fe2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png new file mode 100644 index 0000000000..c8d84863cf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..7cb850828f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..3710c317f6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..60ebcffad6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..84770c787b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..e53817d55c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..6234b621be Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png new file mode 100644 index 0000000000..8253fc1fe2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png new file mode 100644 index 0000000000..c8d84863cf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..7cb850828f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..3710c317f6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-error-_off_.png new file mode 100644 index 0000000000..a4b7960936 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-error-_on_.png new file mode 100644 index 0000000000..cf20895efd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-error-divider_off_.png new file mode 100644 index 0000000000..22ea0f6a62 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-error-divider_on_.png new file mode 100644 index 0000000000..a381184b35 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-error-withText-_off_.png new file mode 100644 index 0000000000..fb482cd87b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-error-withText-_on_.png new file mode 100644 index 0000000000..c6ab28fe93 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-error-withText-divider_off_.png new file mode 100644 index 0000000000..adc668b7ff Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-error-withText-divider_on_.png new file mode 100644 index 0000000000..44ea520128 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-_off_.png new file mode 100644 index 0000000000..a4b7960936 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-_on_.png new file mode 100644 index 0000000000..cf20895efd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..22ea0f6a62 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..a381184b35 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png new file mode 100644 index 0000000000..fb482cd87b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png new file mode 100644 index 0000000000..c6ab28fe93 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..adc668b7ff Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..44ea520128 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..a4b7960936 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..cf20895efd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..22ea0f6a62 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..a381184b35 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png new file mode 100644 index 0000000000..fb482cd87b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png new file mode 100644 index 0000000000..c6ab28fe93 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..adc668b7ff Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..44ea520128 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withHelper-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withHelper-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-error-_off_.png new file mode 100644 index 0000000000..8a4c15bf2a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-error-_on_.png new file mode 100644 index 0000000000..60baf59ffc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..6f12e907a6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..55ce0317be Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-error-withText-_off_.png new file mode 100644 index 0000000000..f1d144a236 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-error-withText-_on_.png new file mode 100644 index 0000000000..62c97f1268 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..5e77e115ea Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..832f99c47c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..8a4c15bf2a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..60baf59ffc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..6f12e907a6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..55ce0317be Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png new file mode 100644 index 0000000000..f1d144a236 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png new file mode 100644 index 0000000000..62c97f1268 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..5e77e115ea Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..832f99c47c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_.Layout-inverse-label-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_.Layout-inverse-label-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-error-_off_.png new file mode 100644 index 0000000000..70ca742f94 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-error-_on_.png new file mode 100644 index 0000000000..c668e4cf26 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-error-divider_off_.png new file mode 100644 index 0000000000..3e8eaa12dd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-error-divider_on_.png new file mode 100644 index 0000000000..0cc3c5be54 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-error-withText-_off_.png new file mode 100644 index 0000000000..a749b8c33f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-error-withText-_on_.png new file mode 100644 index 0000000000..34ac85d89b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-error-withText-divider_off_.png new file mode 100644 index 0000000000..a0b13a1738 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-error-withText-divider_on_.png new file mode 100644 index 0000000000..b83c3cad87 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-_off_.png new file mode 100644 index 0000000000..7df420b68b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-_on_.png new file mode 100644 index 0000000000..6828ec5b6b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-divider_off_.png new file mode 100644 index 0000000000..92d62e6dee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-divider_on_.png new file mode 100644 index 0000000000..7840ea0dd4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-_off_.png new file mode 100644 index 0000000000..735b860752 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-_on_.png new file mode 100644 index 0000000000..0f4b3ba739 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-divider_off_.png new file mode 100644 index 0000000000..74789854cd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-divider_on_.png new file mode 100644 index 0000000000..03881b0e2d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-_off_.png new file mode 100644 index 0000000000..314440d101 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-_on_.png new file mode 100644 index 0000000000..2f0821c09c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_off_.png new file mode 100644 index 0000000000..b344efc340 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_on_.png new file mode 100644 index 0000000000..b13912ccfb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png new file mode 100644 index 0000000000..e3e364e02b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png new file mode 100644 index 0000000000..c2146a57ec Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png new file mode 100644 index 0000000000..aad71b6ab2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png new file mode 100644 index 0000000000..fe700f3e5d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png new file mode 100644 index 0000000000..314440d101 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png new file mode 100644 index 0000000000..2f0821c09c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..b344efc340 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..b13912ccfb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png new file mode 100644 index 0000000000..e3e364e02b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png new file mode 100644 index 0000000000..c2146a57ec Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..aad71b6ab2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..fe700f3e5d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..314440d101 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..2f0821c09c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..b344efc340 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..b13912ccfb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png new file mode 100644 index 0000000000..e3e364e02b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png new file mode 100644 index 0000000000..c2146a57ec Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..aad71b6ab2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..fe700f3e5d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-error-_off_.png new file mode 100644 index 0000000000..b661682f5e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-error-_on_.png new file mode 100644 index 0000000000..d8c0a8cc1b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-error-divider_off_.png new file mode 100644 index 0000000000..ee214b582d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-error-divider_on_.png new file mode 100644 index 0000000000..5215383706 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-_off_.png new file mode 100644 index 0000000000..c5307bafca Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-_on_.png new file mode 100644 index 0000000000..05d98f425c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-divider_off_.png new file mode 100644 index 0000000000..740ec954b6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-divider_on_.png new file mode 100644 index 0000000000..5e122f8b11 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-_off_.png new file mode 100644 index 0000000000..b661682f5e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-_on_.png new file mode 100644 index 0000000000..d8c0a8cc1b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..ee214b582d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..5215383706 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_off_.png new file mode 100644 index 0000000000..c5307bafca Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_on_.png new file mode 100644 index 0000000000..05d98f425c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..740ec954b6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..5e122f8b11 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..b661682f5e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..d8c0a8cc1b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..ee214b582d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..5215383706 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png new file mode 100644 index 0000000000..c5307bafca Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png new file mode 100644 index 0000000000..05d98f425c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..740ec954b6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..5e122f8b11 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-error-_off_.png new file mode 100644 index 0000000000..be83ace27b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-error-_on_.png new file mode 100644 index 0000000000..3b41b9ddba Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..6402a118dd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..01867572cc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-_off_.png new file mode 100644 index 0000000000..9ad5815d36 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-_on_.png new file mode 100644 index 0000000000..6d746cad90 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..040a7517a6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..e6a82f5e18 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..be83ace27b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..3b41b9ddba Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..6402a118dd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..01867572cc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png new file mode 100644 index 0000000000..9ad5815d36 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png new file mode 100644 index 0000000000..6d746cad90 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..040a7517a6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..e6a82f5e18 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-default-label-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-default-label-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-indicatorOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-indicatorOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-indicatorOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-indicatorOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-indicatorOnly-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-indicatorOnly-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-indicatorOnly-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-indicatorOnly-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-indicatorOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-indicatorOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-indicatorOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-indicatorOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-indicatorOnly-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-indicatorOnly-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-indicatorOnly-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-indicatorOnly-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-indicatorOnly-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-indicatorOnly-error-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-indicatorOnly-error-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-indicatorOnly-error-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-indicatorOnly-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-indicatorOnly-error-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-indicatorOnly-error-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-indicatorOnly-error-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-indicatorOnly-readOnly_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-indicatorOnly-readOnly_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-indicatorOnly-readOnly_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-indicatorOnly-readOnly_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-indicatorOnly-readOnly_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-indicatorOnly-readOnly_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-indicatorOnly-readOnly_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-indicatorOnly-readOnly_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-error-_off_.png new file mode 100644 index 0000000000..c7e4740f0f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-error-_on_.png new file mode 100644 index 0000000000..2aa6429143 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-error-divider_off_.png new file mode 100644 index 0000000000..7b9b609d84 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-error-divider_on_.png new file mode 100644 index 0000000000..5427bf4bdc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-error-withText-_off_.png new file mode 100644 index 0000000000..b93250a632 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-error-withText-_on_.png new file mode 100644 index 0000000000..c3bea9277c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-error-withText-divider_off_.png new file mode 100644 index 0000000000..75b04720b9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-error-withText-divider_on_.png new file mode 100644 index 0000000000..eb87806658 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-_off_.png new file mode 100644 index 0000000000..3df98a3e47 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-_on_.png new file mode 100644 index 0000000000..e580eac0cd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-divider_off_.png new file mode 100644 index 0000000000..dcfdc644c7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-divider_on_.png new file mode 100644 index 0000000000..bf6ac5e342 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-_off_.png new file mode 100644 index 0000000000..cd60b9ee2f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-_on_.png new file mode 100644 index 0000000000..0ea80c6eb6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_off_.png new file mode 100644 index 0000000000..90dcac9ac1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_on_.png new file mode 100644 index 0000000000..abcb31c21c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_off_.png new file mode 100644 index 0000000000..60ebcffad6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_on_.png new file mode 100644 index 0000000000..84770c787b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png new file mode 100644 index 0000000000..e53817d55c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png new file mode 100644 index 0000000000..6234b621be Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png new file mode 100644 index 0000000000..8253fc1fe2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png new file mode 100644 index 0000000000..c8d84863cf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png new file mode 100644 index 0000000000..7cb850828f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png new file mode 100644 index 0000000000..3710c317f6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png new file mode 100644 index 0000000000..60ebcffad6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png new file mode 100644 index 0000000000..84770c787b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..e53817d55c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..6234b621be Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png new file mode 100644 index 0000000000..8253fc1fe2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png new file mode 100644 index 0000000000..c8d84863cf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..7cb850828f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..3710c317f6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..60ebcffad6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..84770c787b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..e53817d55c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..6234b621be Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png new file mode 100644 index 0000000000..8253fc1fe2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png new file mode 100644 index 0000000000..c8d84863cf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..7cb850828f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..3710c317f6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-_off_.png new file mode 100644 index 0000000000..a4b7960936 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-_on_.png new file mode 100644 index 0000000000..cf20895efd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-divider_off_.png new file mode 100644 index 0000000000..22ea0f6a62 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-divider_on_.png new file mode 100644 index 0000000000..a381184b35 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-_off_.png new file mode 100644 index 0000000000..fb482cd87b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-_on_.png new file mode 100644 index 0000000000..c6ab28fe93 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_off_.png new file mode 100644 index 0000000000..adc668b7ff Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_on_.png new file mode 100644 index 0000000000..44ea520128 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_off_.png new file mode 100644 index 0000000000..a4b7960936 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_on_.png new file mode 100644 index 0000000000..cf20895efd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..22ea0f6a62 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..a381184b35 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png new file mode 100644 index 0000000000..fb482cd87b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png new file mode 100644 index 0000000000..c6ab28fe93 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..adc668b7ff Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..44ea520128 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..a4b7960936 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..cf20895efd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..22ea0f6a62 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..a381184b35 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png new file mode 100644 index 0000000000..fb482cd87b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png new file mode 100644 index 0000000000..c6ab28fe93 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..adc668b7ff Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..44ea520128 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-_off_.png new file mode 100644 index 0000000000..8a4c15bf2a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-_on_.png new file mode 100644 index 0000000000..60baf59ffc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..6f12e907a6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..55ce0317be Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-_off_.png new file mode 100644 index 0000000000..f1d144a236 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-_on_.png new file mode 100644 index 0000000000..62c97f1268 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..5e77e115ea Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..832f99c47c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..8a4c15bf2a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..60baf59ffc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..6f12e907a6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..55ce0317be Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png new file mode 100644 index 0000000000..f1d144a236 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png new file mode 100644 index 0000000000..62c97f1268 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..5e77e115ea Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..832f99c47c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark_HighContrast.Layout-inverse-label-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark_HighContrast.Layout-inverse-label-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-error-_off_.png new file mode 100644 index 0000000000..6a1bef911d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-error-_on_.png new file mode 100644 index 0000000000..e3d73ac997 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-error-divider_off_.png new file mode 100644 index 0000000000..815123b547 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-error-divider_on_.png new file mode 100644 index 0000000000..545de27b41 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-error-withText-_off_.png new file mode 100644 index 0000000000..68dde567b8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-error-withText-_on_.png new file mode 100644 index 0000000000..5ae215536a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-error-withText-divider_off_.png new file mode 100644 index 0000000000..953da9c031 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-error-withText-divider_on_.png new file mode 100644 index 0000000000..40a2094429 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-error-_off_.png new file mode 100644 index 0000000000..b7f0dd2c9a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-error-_on_.png new file mode 100644 index 0000000000..dcd7ca8262 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-error-divider_off_.png new file mode 100644 index 0000000000..ad5d5046bd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-error-divider_on_.png new file mode 100644 index 0000000000..35c41f38e2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-error-withText-_off_.png new file mode 100644 index 0000000000..6faa71e679 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-error-withText-_on_.png new file mode 100644 index 0000000000..f5d8d17da5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-error-withText-divider_off_.png new file mode 100644 index 0000000000..1a500c8f7d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-error-withText-divider_on_.png new file mode 100644 index 0000000000..f8de956576 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-error-_off_.png new file mode 100644 index 0000000000..ae0e66dc48 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-error-_on_.png new file mode 100644 index 0000000000..36177182af Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-error-divider_off_.png new file mode 100644 index 0000000000..36640a951c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-error-divider_on_.png new file mode 100644 index 0000000000..731482db8a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png new file mode 100644 index 0000000000..55600da3a3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png new file mode 100644 index 0000000000..d89daaa6db Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png new file mode 100644 index 0000000000..b8519423d4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png new file mode 100644 index 0000000000..40c6983d53 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png new file mode 100644 index 0000000000..ae0e66dc48 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png new file mode 100644 index 0000000000..36177182af Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..36640a951c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..731482db8a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png new file mode 100644 index 0000000000..55600da3a3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png new file mode 100644 index 0000000000..d89daaa6db Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..b8519423d4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..40c6983d53 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..ae0e66dc48 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..36177182af Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..36640a951c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..731482db8a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png new file mode 100644 index 0000000000..55600da3a3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png new file mode 100644 index 0000000000..d89daaa6db Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..b8519423d4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..40c6983d53 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-error-_off_.png new file mode 100644 index 0000000000..48de2780d7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-error-_on_.png new file mode 100644 index 0000000000..d4d64906f3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-error-divider_off_.png new file mode 100644 index 0000000000..b267773556 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-error-divider_on_.png new file mode 100644 index 0000000000..2b3f5effb2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-error-withText-_off_.png new file mode 100644 index 0000000000..44fb878372 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-error-withText-_on_.png new file mode 100644 index 0000000000..a7d5089b76 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-error-withText-divider_off_.png new file mode 100644 index 0000000000..86f35818ee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-error-withText-divider_on_.png new file mode 100644 index 0000000000..3c5bf43868 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-error-_off_.png new file mode 100644 index 0000000000..48de2780d7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-error-_on_.png new file mode 100644 index 0000000000..d4d64906f3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..b267773556 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..2b3f5effb2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-_off_.png new file mode 100644 index 0000000000..44fb878372 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-_on_.png new file mode 100644 index 0000000000..a7d5089b76 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..86f35818ee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..3c5bf43868 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..48de2780d7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..d4d64906f3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..b267773556 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..2b3f5effb2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png new file mode 100644 index 0000000000..44fb878372 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png new file mode 100644 index 0000000000..a7d5089b76 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..86f35818ee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..3c5bf43868 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withHelper-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withHelper-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-error-_off_.png new file mode 100644 index 0000000000..cb82564290 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-error-_on_.png new file mode 100644 index 0000000000..6afe16a557 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..603bbbbe9c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..331166f9a5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-error-withText-_off_.png new file mode 100644 index 0000000000..c09d04070f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-error-withText-_on_.png new file mode 100644 index 0000000000..0a15f0c0c0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..94ca27fbab Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..61fd7a92b2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..cb82564290 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..6afe16a557 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..603bbbbe9c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..331166f9a5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png new file mode 100644 index 0000000000..c09d04070f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png new file mode 100644 index 0000000000..0a15f0c0c0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..94ca27fbab Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..61fd7a92b2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-default-label-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-default-label-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-indicatorOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-indicatorOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-indicatorOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-indicatorOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-indicatorOnly-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-indicatorOnly-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-indicatorOnly-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-indicatorOnly-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-indicatorOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-indicatorOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-indicatorOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-indicatorOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-indicatorOnly-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-indicatorOnly-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-indicatorOnly-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-indicatorOnly-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-indicatorOnly-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-indicatorOnly-error-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-indicatorOnly-error-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-indicatorOnly-error-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-indicatorOnly-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-indicatorOnly-error-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-indicatorOnly-error-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-indicatorOnly-error-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-indicatorOnly-readOnly_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-indicatorOnly-readOnly_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-indicatorOnly-readOnly_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-indicatorOnly-readOnly_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-indicatorOnly-readOnly_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-indicatorOnly-readOnly_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-indicatorOnly-readOnly_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-indicatorOnly-readOnly_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-error-_off_.png new file mode 100644 index 0000000000..74015329a0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-error-_on_.png new file mode 100644 index 0000000000..f45a4015f7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-error-divider_off_.png new file mode 100644 index 0000000000..28cb3639df Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-error-divider_on_.png new file mode 100644 index 0000000000..d2470b743a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-error-withText-_off_.png new file mode 100644 index 0000000000..7f82b986f3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-error-withText-_on_.png new file mode 100644 index 0000000000..ccbd02a77d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-error-withText-divider_off_.png new file mode 100644 index 0000000000..0260731974 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-error-withText-divider_on_.png new file mode 100644 index 0000000000..314f3b9b2c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-error-_off_.png new file mode 100644 index 0000000000..3340f3f501 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-error-_on_.png new file mode 100644 index 0000000000..8100b3c0a9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-error-divider_off_.png new file mode 100644 index 0000000000..821f364c10 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-error-divider_on_.png new file mode 100644 index 0000000000..409e413a39 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-error-withText-_off_.png new file mode 100644 index 0000000000..7c57a780dc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-error-withText-_on_.png new file mode 100644 index 0000000000..f9f119952b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-error-withText-divider_off_.png new file mode 100644 index 0000000000..1da5fe8a62 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-error-withText-divider_on_.png new file mode 100644 index 0000000000..733806c9c0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-_off_.png new file mode 100644 index 0000000000..f28b76571d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-_on_.png new file mode 100644 index 0000000000..711672be08 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png new file mode 100644 index 0000000000..a5a2361fbb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png new file mode 100644 index 0000000000..69a9694979 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png new file mode 100644 index 0000000000..25bf20e611 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png new file mode 100644 index 0000000000..6b5be1079f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png new file mode 100644 index 0000000000..fca76da683 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png new file mode 100644 index 0000000000..dc55e0a30b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png new file mode 100644 index 0000000000..f28b76571d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png new file mode 100644 index 0000000000..711672be08 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..a5a2361fbb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..69a9694979 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png new file mode 100644 index 0000000000..25bf20e611 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png new file mode 100644 index 0000000000..6b5be1079f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..fca76da683 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..dc55e0a30b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..f28b76571d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..711672be08 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..a5a2361fbb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..69a9694979 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png new file mode 100644 index 0000000000..25bf20e611 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png new file mode 100644 index 0000000000..6b5be1079f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..fca76da683 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..dc55e0a30b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-error-_off_.png new file mode 100644 index 0000000000..162b829995 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-error-_on_.png new file mode 100644 index 0000000000..afad894e28 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-error-divider_off_.png new file mode 100644 index 0000000000..1956911056 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-error-divider_on_.png new file mode 100644 index 0000000000..ff1e872e53 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-error-withText-_off_.png new file mode 100644 index 0000000000..36a661bfa6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-error-withText-_on_.png new file mode 100644 index 0000000000..6827d5aa1e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-error-withText-divider_off_.png new file mode 100644 index 0000000000..a0ac6d4ae5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-error-withText-divider_on_.png new file mode 100644 index 0000000000..e6cbaaf0e0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-_off_.png new file mode 100644 index 0000000000..162b829995 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-_on_.png new file mode 100644 index 0000000000..afad894e28 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..1956911056 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..ff1e872e53 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png new file mode 100644 index 0000000000..36a661bfa6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png new file mode 100644 index 0000000000..6827d5aa1e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..a0ac6d4ae5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..e6cbaaf0e0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..162b829995 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..afad894e28 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..1956911056 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..ff1e872e53 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png new file mode 100644 index 0000000000..36a661bfa6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png new file mode 100644 index 0000000000..6827d5aa1e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..a0ac6d4ae5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..e6cbaaf0e0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withHelper-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withHelper-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-error-_off_.png new file mode 100644 index 0000000000..67a524fdf1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-error-_on_.png new file mode 100644 index 0000000000..6b2d120ce9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..9a23d624cc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..f41b05ceb4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-error-withText-_off_.png new file mode 100644 index 0000000000..2a77dbd876 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-error-withText-_on_.png new file mode 100644 index 0000000000..c2b7dbc5fa Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..bbb1adfbe0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..2054ca0a67 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..67a524fdf1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..6b2d120ce9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..9a23d624cc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..f41b05ceb4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png new file mode 100644 index 0000000000..2a77dbd876 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png new file mode 100644 index 0000000000..c2b7dbc5fa Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..bbb1adfbe0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..2054ca0a67 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_.Layout-inverse-label-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_.Layout-inverse-label-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-error-_off_.png new file mode 100644 index 0000000000..6a1bef911d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-error-_on_.png new file mode 100644 index 0000000000..e3d73ac997 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-error-divider_off_.png new file mode 100644 index 0000000000..815123b547 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-error-divider_on_.png new file mode 100644 index 0000000000..545de27b41 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-error-withText-_off_.png new file mode 100644 index 0000000000..68dde567b8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-error-withText-_on_.png new file mode 100644 index 0000000000..5ae215536a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-error-withText-divider_off_.png new file mode 100644 index 0000000000..953da9c031 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-error-withText-divider_on_.png new file mode 100644 index 0000000000..40a2094429 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-error-_off_.png new file mode 100644 index 0000000000..b7f0dd2c9a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-error-_on_.png new file mode 100644 index 0000000000..dcd7ca8262 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-error-divider_off_.png new file mode 100644 index 0000000000..ad5d5046bd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-error-divider_on_.png new file mode 100644 index 0000000000..35c41f38e2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-_off_.png new file mode 100644 index 0000000000..6faa71e679 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-_on_.png new file mode 100644 index 0000000000..f5d8d17da5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-divider_off_.png new file mode 100644 index 0000000000..1a500c8f7d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-divider_on_.png new file mode 100644 index 0000000000..f8de956576 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-_off_.png new file mode 100644 index 0000000000..ae0e66dc48 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-_on_.png new file mode 100644 index 0000000000..36177182af Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_off_.png new file mode 100644 index 0000000000..36640a951c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_on_.png new file mode 100644 index 0000000000..731482db8a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png new file mode 100644 index 0000000000..55600da3a3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png new file mode 100644 index 0000000000..d89daaa6db Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png new file mode 100644 index 0000000000..b8519423d4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png new file mode 100644 index 0000000000..40c6983d53 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png new file mode 100644 index 0000000000..ae0e66dc48 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png new file mode 100644 index 0000000000..36177182af Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..36640a951c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..731482db8a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png new file mode 100644 index 0000000000..55600da3a3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png new file mode 100644 index 0000000000..d89daaa6db Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..b8519423d4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..40c6983d53 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..ae0e66dc48 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..36177182af Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..36640a951c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..731482db8a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png new file mode 100644 index 0000000000..55600da3a3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png new file mode 100644 index 0000000000..d89daaa6db Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..b8519423d4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..40c6983d53 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-error-_off_.png new file mode 100644 index 0000000000..48de2780d7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-error-_on_.png new file mode 100644 index 0000000000..d4d64906f3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-error-divider_off_.png new file mode 100644 index 0000000000..b267773556 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-error-divider_on_.png new file mode 100644 index 0000000000..2b3f5effb2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-_off_.png new file mode 100644 index 0000000000..44fb878372 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-_on_.png new file mode 100644 index 0000000000..a7d5089b76 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-divider_off_.png new file mode 100644 index 0000000000..86f35818ee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-divider_on_.png new file mode 100644 index 0000000000..3c5bf43868 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-_off_.png new file mode 100644 index 0000000000..48de2780d7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-_on_.png new file mode 100644 index 0000000000..d4d64906f3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..b267773556 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..2b3f5effb2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_off_.png new file mode 100644 index 0000000000..44fb878372 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_on_.png new file mode 100644 index 0000000000..a7d5089b76 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..86f35818ee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..3c5bf43868 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..48de2780d7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..d4d64906f3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..b267773556 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..2b3f5effb2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png new file mode 100644 index 0000000000..44fb878372 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png new file mode 100644 index 0000000000..a7d5089b76 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..86f35818ee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..3c5bf43868 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-error-_off_.png new file mode 100644 index 0000000000..cb82564290 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-error-_on_.png new file mode 100644 index 0000000000..6afe16a557 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..603bbbbe9c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..331166f9a5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-_off_.png new file mode 100644 index 0000000000..c09d04070f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-_on_.png new file mode 100644 index 0000000000..0a15f0c0c0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..94ca27fbab Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..61fd7a92b2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..cb82564290 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..6afe16a557 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..603bbbbe9c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..331166f9a5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png new file mode 100644 index 0000000000..c09d04070f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png new file mode 100644 index 0000000000..0a15f0c0c0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..94ca27fbab Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..61fd7a92b2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-default-label-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-default-label-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-indicatorOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-indicatorOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-indicatorOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-indicatorOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-indicatorOnly-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-indicatorOnly-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-indicatorOnly-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-indicatorOnly-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-indicatorOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-indicatorOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-indicatorOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-indicatorOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-indicatorOnly-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-indicatorOnly-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-indicatorOnly-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-indicatorOnly-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-indicatorOnly-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-indicatorOnly-error-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-indicatorOnly-error-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-indicatorOnly-error-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-indicatorOnly-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-indicatorOnly-error-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-indicatorOnly-error-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-indicatorOnly-error-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-indicatorOnly-readOnly_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-indicatorOnly-readOnly_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-indicatorOnly-readOnly_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-indicatorOnly-readOnly_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-indicatorOnly-readOnly_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-indicatorOnly-readOnly_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-indicatorOnly-readOnly_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-indicatorOnly-readOnly_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-error-_off_.png new file mode 100644 index 0000000000..74015329a0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-error-_on_.png new file mode 100644 index 0000000000..f45a4015f7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-error-divider_off_.png new file mode 100644 index 0000000000..28cb3639df Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-error-divider_on_.png new file mode 100644 index 0000000000..d2470b743a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-error-withText-_off_.png new file mode 100644 index 0000000000..7f82b986f3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-error-withText-_on_.png new file mode 100644 index 0000000000..ccbd02a77d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-error-withText-divider_off_.png new file mode 100644 index 0000000000..0260731974 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-error-withText-divider_on_.png new file mode 100644 index 0000000000..314f3b9b2c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-_off_.png new file mode 100644 index 0000000000..3340f3f501 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-_on_.png new file mode 100644 index 0000000000..8100b3c0a9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-divider_off_.png new file mode 100644 index 0000000000..821f364c10 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-divider_on_.png new file mode 100644 index 0000000000..409e413a39 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-_off_.png new file mode 100644 index 0000000000..7c57a780dc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-_on_.png new file mode 100644 index 0000000000..f9f119952b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_off_.png new file mode 100644 index 0000000000..1da5fe8a62 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_on_.png new file mode 100644 index 0000000000..733806c9c0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_off_.png new file mode 100644 index 0000000000..f28b76571d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_on_.png new file mode 100644 index 0000000000..711672be08 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png new file mode 100644 index 0000000000..a5a2361fbb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png new file mode 100644 index 0000000000..69a9694979 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png new file mode 100644 index 0000000000..25bf20e611 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png new file mode 100644 index 0000000000..6b5be1079f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png new file mode 100644 index 0000000000..fca76da683 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png new file mode 100644 index 0000000000..dc55e0a30b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png new file mode 100644 index 0000000000..f28b76571d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png new file mode 100644 index 0000000000..711672be08 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..a5a2361fbb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..69a9694979 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png new file mode 100644 index 0000000000..25bf20e611 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png new file mode 100644 index 0000000000..6b5be1079f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..fca76da683 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..dc55e0a30b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..f28b76571d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..711672be08 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..a5a2361fbb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..69a9694979 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png new file mode 100644 index 0000000000..25bf20e611 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png new file mode 100644 index 0000000000..6b5be1079f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..fca76da683 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..dc55e0a30b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-_off_.png new file mode 100644 index 0000000000..162b829995 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-_on_.png new file mode 100644 index 0000000000..afad894e28 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-divider_off_.png new file mode 100644 index 0000000000..1956911056 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-divider_on_.png new file mode 100644 index 0000000000..ff1e872e53 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-_off_.png new file mode 100644 index 0000000000..36a661bfa6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-_on_.png new file mode 100644 index 0000000000..6827d5aa1e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_off_.png new file mode 100644 index 0000000000..a0ac6d4ae5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_on_.png new file mode 100644 index 0000000000..e6cbaaf0e0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_off_.png new file mode 100644 index 0000000000..162b829995 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_on_.png new file mode 100644 index 0000000000..afad894e28 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..1956911056 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..ff1e872e53 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png new file mode 100644 index 0000000000..36a661bfa6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png new file mode 100644 index 0000000000..6827d5aa1e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..a0ac6d4ae5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..e6cbaaf0e0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..162b829995 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..afad894e28 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..1956911056 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..ff1e872e53 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png new file mode 100644 index 0000000000..36a661bfa6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png new file mode 100644 index 0000000000..6827d5aa1e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..a0ac6d4ae5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..e6cbaaf0e0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-_off_.png new file mode 100644 index 0000000000..67a524fdf1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-_on_.png new file mode 100644 index 0000000000..6b2d120ce9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..9a23d624cc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..f41b05ceb4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-_off_.png new file mode 100644 index 0000000000..2a77dbd876 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-_on_.png new file mode 100644 index 0000000000..c2b7dbc5fa Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..bbb1adfbe0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..2054ca0a67 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..67a524fdf1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..6b2d120ce9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..9a23d624cc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..f41b05ceb4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png new file mode 100644 index 0000000000..2a77dbd876 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png new file mode 100644 index 0000000000..c2b7dbc5fa Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png new file mode 100644 index 0000000000..bbb1adfbe0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png new file mode 100644 index 0000000000..2054ca0a67 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light_HighContrast.Layout-inverse-label-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_Orange-CompactTheme_Light_HighContrast.Layout-inverse-label-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-_off_.png index 88926710ac..f8c8492f75 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-_on_.png index 12243a3a14..df879408e8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-divider_off_.png index 3ef079720a..260328166e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-divider_on_.png index 15288e8d43..269628334f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-withText-_off_.png index c21d8b7457..8af5aa8775 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-withText-_on_.png index ad19278e2d..4a2c76adbf 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-withText-divider_off_.png index 652e0fec24..92d67f6490 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-withText-divider_on_.png index d5530d984a..e6bef3527e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-_off_.png index f6477e2078..48f9f4f8df 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-_on_.png index a13d39d658..590b23eee5 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-divider_off_.png index 55be4c39b1..5a81e2d598 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-divider_on_.png index 8cf4d34a69..99bbdca621 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-withText-_off_.png index 6766cf3ed4..82ce84901d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-withText-_on_.png index 1aabedfa7d..82ca0b6781 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-withText-divider_off_.png index 130b276328..2b14693072 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-withText-divider_on_.png index ceb8818e80..532d560832 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-_off_.png index e3977e8211..f61fa44e3b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-_on_.png index 02148c3902..3a2ce61046 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-divider_off_.png index 55e0ebe109..24d48024ac 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-divider_on_.png index cd44d102d9..2c9e7b170d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png index b289f425ba..f5231be04a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png index f75759e976..ad867c72a2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png index 31337fbd74..779f23107e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png index b716f48804..033682e6ce 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png index e3977e8211..f61fa44e3b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png index 02148c3902..3a2ce61046 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png index 55e0ebe109..24d48024ac 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png index cd44d102d9..2c9e7b170d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png index b289f425ba..f5231be04a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png index f75759e976..ad867c72a2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png index 31337fbd74..779f23107e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png index b716f48804..033682e6ce 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png index e3977e8211..f61fa44e3b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png index 02148c3902..3a2ce61046 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png index 55e0ebe109..24d48024ac 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png index cd44d102d9..2c9e7b170d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png index b289f425ba..f5231be04a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png index f75759e976..ad867c72a2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png index 31337fbd74..779f23107e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png index b716f48804..033682e6ce 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-_off_.png index 5558c1b2d2..e9c502cc30 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-_on_.png index bee056e07a..da823fcd9a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-divider_off_.png index 5aa27cbf00..96b84e222b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-divider_on_.png index d8f1ee913d..110b67658e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-withText-_off_.png index d991cc02e2..6307fc3d75 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-withText-_on_.png index a82d31ae0c..3274ae9168 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-withText-divider_off_.png index 946ad933d5..f113cfb72e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-withText-divider_on_.png index 7b27b405ec..9a7cc390c7 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-_off_.png index 5558c1b2d2..e9c502cc30 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-_on_.png index bee056e07a..da823fcd9a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-divider_off_.png index 5aa27cbf00..96b84e222b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-divider_on_.png index d8f1ee913d..110b67658e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-_off_.png index d991cc02e2..6307fc3d75 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-_on_.png index a82d31ae0c..3274ae9168 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png index 946ad933d5..f113cfb72e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png index 7b27b405ec..9a7cc390c7 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png index 5558c1b2d2..e9c502cc30 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png index bee056e07a..da823fcd9a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png index 5aa27cbf00..96b84e222b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png index d8f1ee913d..110b67658e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png index d991cc02e2..6307fc3d75 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png index a82d31ae0c..3274ae9168 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png index 946ad933d5..f113cfb72e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png index 7b27b405ec..9a7cc390c7 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-_off_.png index f4acca2e91..896228a9e9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-_on_.png index 19fb7ebeaa..9c00307685 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-divider_off_.png index 1aa174d382..7bf6cfbf3c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-divider_on_.png index d345466753..267ff19861 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-withText-_off_.png index 64b9ab78e2..2e3435f7fe 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-withText-_on_.png index 46b03ab98d..c6233ebc73 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-withText-divider_off_.png index 92d7761ea2..48cabd9bbf 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-withText-divider_on_.png index e2d383226e..203ecc6f0a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-_off_.png index f4acca2e91..896228a9e9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-_on_.png index 19fb7ebeaa..9c00307685 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-divider_off_.png index 1aa174d382..7bf6cfbf3c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-divider_on_.png index d345466753..267ff19861 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png index 64b9ab78e2..2e3435f7fe 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png index 46b03ab98d..c6233ebc73 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png index 92d7761ea2..48cabd9bbf 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png index e2d383226e..203ecc6f0a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-_off_.png index e281c521d9..199e1bb1ad 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-_on_.png index 5c1d92fa35..3ef7166b49 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-divider_off_.png index 97d8b2a19d..aa167997f8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-divider_on_.png index 0e2bfd4633..96c653ebeb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-withText-_off_.png index 88f48daf7d..90e14f7376 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-withText-_on_.png index f2dbe89c18..c3c1b51efc 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-withText-divider_off_.png index fc4e03ad59..e2be434bf9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-withText-divider_on_.png index 529b7d7f8c..50c0dc7c64 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-_off_.png index 432cf7ae50..7f50707e80 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-_on_.png index d1e1bd3abb..905af477a8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-divider_off_.png index f1bfddad3e..33092edd8b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-divider_on_.png index bd2378f8ec..59e037e2e1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-_off_.png index 85b4bd1ba1..078eddf1fd 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-_on_.png index 48f532c5cb..730b1f4c18 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-divider_off_.png index 40262ccea0..d6849dd67c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-divider_on_.png index 86bbbfd182..a6b9b340bb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-_off_.png index 78241aedb8..c132601a9d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-_on_.png index 24c6eeb2fa..9c133ae600 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png index a9c6c06475..48dbed8c67 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png index 1a8aac8a06..b4998c5717 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png index ddefbb435c..7759ef3925 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png index 124cd39df9..e3e745436e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png index 1566d76c90..7c6ea1088d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png index 981103e53d..5abff7af22 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png index 78241aedb8..c132601a9d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png index 24c6eeb2fa..9c133ae600 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png index a9c6c06475..48dbed8c67 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png index 1a8aac8a06..b4998c5717 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png index ddefbb435c..7759ef3925 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png index 124cd39df9..e3e745436e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png index 1566d76c90..7c6ea1088d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png index 981103e53d..5abff7af22 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png index 78241aedb8..c132601a9d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png index 24c6eeb2fa..9c133ae600 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png index a9c6c06475..48dbed8c67 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png index 1a8aac8a06..b4998c5717 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png index ddefbb435c..7759ef3925 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png index 124cd39df9..e3e745436e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png index 1566d76c90..7c6ea1088d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png index 981103e53d..5abff7af22 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-_off_.png index d0a0feed4f..ac0bd0bb31 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-_on_.png index 99e3deb32d..bda79185b8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-divider_off_.png index 5b345b0f28..8281891d5c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-divider_on_.png index 9547335794..3711943a44 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-withText-_off_.png index 2b592afe3e..7b3ad11d6b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-withText-_on_.png index a36b442ab4..78789d0431 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-withText-divider_off_.png index 1bf3e0e643..17cba18bac 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-withText-divider_on_.png index 0929ea5a4e..a6de7c3ffc 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-_off_.png index d0a0feed4f..ac0bd0bb31 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-_on_.png index 99e3deb32d..bda79185b8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png index 5b345b0f28..8281891d5c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png index 9547335794..3711943a44 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png index 2b592afe3e..7b3ad11d6b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png index a36b442ab4..78789d0431 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png index 1bf3e0e643..17cba18bac 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png index 0929ea5a4e..a6de7c3ffc 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png index d0a0feed4f..ac0bd0bb31 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png index 99e3deb32d..bda79185b8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png index 5b345b0f28..8281891d5c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png index 9547335794..3711943a44 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png index 2b592afe3e..7b3ad11d6b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png index a36b442ab4..78789d0431 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png index 1bf3e0e643..17cba18bac 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png index 0929ea5a4e..a6de7c3ffc 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-_off_.png index a461fa5723..cea434cf96 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-_on_.png index eadcf93f94..474e31e462 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-divider_off_.png index baa75a9853..58dbe6628b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-divider_on_.png index 1865a1f2eb..b5e64c777b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-withText-_off_.png index 75da456d38..64844abd41 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-withText-_on_.png index 3210f38779..f5419fe24d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-withText-divider_off_.png index e04e7825c9..03a5c6432b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-withText-divider_on_.png index e9a5fc0036..eb70801796 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-_off_.png index a461fa5723..cea434cf96 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-_on_.png index eadcf93f94..474e31e462 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png index baa75a9853..58dbe6628b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png index 1865a1f2eb..b5e64c777b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png index 75da456d38..64844abd41 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png index 3210f38779..f5419fe24d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png index e04e7825c9..03a5c6432b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png index e9a5fc0036..eb70801796 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-_off_.png index 88926710ac..f8c8492f75 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-_on_.png index 12243a3a14..df879408e8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-divider_off_.png index 3ef079720a..260328166e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-divider_on_.png index 15288e8d43..269628334f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-withText-_off_.png index c21d8b7457..8af5aa8775 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-withText-_on_.png index ad19278e2d..4a2c76adbf 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-withText-divider_off_.png index 652e0fec24..92d67f6490 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-withText-divider_on_.png index d5530d984a..e6bef3527e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-_off_.png index f6477e2078..48f9f4f8df 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-_on_.png index a13d39d658..590b23eee5 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-divider_off_.png index 55be4c39b1..5a81e2d598 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-divider_on_.png index 8cf4d34a69..99bbdca621 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-_off_.png index 6766cf3ed4..82ce84901d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-_on_.png index 1aabedfa7d..82ca0b6781 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-divider_off_.png index 130b276328..2b14693072 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-divider_on_.png index ceb8818e80..532d560832 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-_off_.png index e3977e8211..f61fa44e3b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-_on_.png index 02148c3902..3a2ce61046 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_off_.png index 55e0ebe109..24d48024ac 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_on_.png index cd44d102d9..2c9e7b170d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png index b289f425ba..f5231be04a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png index f75759e976..ad867c72a2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png index 31337fbd74..779f23107e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png index b716f48804..033682e6ce 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png index e3977e8211..f61fa44e3b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png index 02148c3902..3a2ce61046 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png index 55e0ebe109..24d48024ac 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png index cd44d102d9..2c9e7b170d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png index b289f425ba..f5231be04a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png index f75759e976..ad867c72a2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png index 31337fbd74..779f23107e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png index b716f48804..033682e6ce 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png index e3977e8211..f61fa44e3b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png index 02148c3902..3a2ce61046 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png index 55e0ebe109..24d48024ac 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png index cd44d102d9..2c9e7b170d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png index b289f425ba..f5231be04a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png index f75759e976..ad867c72a2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png index 31337fbd74..779f23107e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png index b716f48804..033682e6ce 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-_off_.png index 5558c1b2d2..e9c502cc30 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-_on_.png index bee056e07a..da823fcd9a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-divider_off_.png index 5aa27cbf00..96b84e222b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-divider_on_.png index d8f1ee913d..110b67658e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-_off_.png index d991cc02e2..6307fc3d75 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-_on_.png index a82d31ae0c..3274ae9168 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-divider_off_.png index 946ad933d5..f113cfb72e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-divider_on_.png index 7b27b405ec..9a7cc390c7 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-_off_.png index 5558c1b2d2..e9c502cc30 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-_on_.png index bee056e07a..da823fcd9a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_off_.png index 5aa27cbf00..96b84e222b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_on_.png index d8f1ee913d..110b67658e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_off_.png index d991cc02e2..6307fc3d75 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_on_.png index a82d31ae0c..3274ae9168 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png index 946ad933d5..f113cfb72e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png index 7b27b405ec..9a7cc390c7 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png index 5558c1b2d2..e9c502cc30 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png index bee056e07a..da823fcd9a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png index 5aa27cbf00..96b84e222b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png index d8f1ee913d..110b67658e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png index d991cc02e2..6307fc3d75 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png index a82d31ae0c..3274ae9168 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png index 946ad933d5..f113cfb72e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png index 7b27b405ec..9a7cc390c7 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-_off_.png index f4acca2e91..896228a9e9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-_on_.png index 19fb7ebeaa..9c00307685 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-divider_off_.png index 1aa174d382..7bf6cfbf3c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-divider_on_.png index d345466753..267ff19861 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-_off_.png index 64b9ab78e2..2e3435f7fe 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-_on_.png index 46b03ab98d..c6233ebc73 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-divider_off_.png index 92d7761ea2..48cabd9bbf 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-divider_on_.png index e2d383226e..203ecc6f0a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-_off_.png index f4acca2e91..896228a9e9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-_on_.png index 19fb7ebeaa..9c00307685 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_off_.png index 1aa174d382..7bf6cfbf3c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_on_.png index d345466753..267ff19861 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png index 64b9ab78e2..2e3435f7fe 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png index 46b03ab98d..c6233ebc73 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png index 92d7761ea2..48cabd9bbf 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png index e2d383226e..203ecc6f0a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-_off_.png index e281c521d9..199e1bb1ad 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-_on_.png index 5c1d92fa35..3ef7166b49 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-divider_off_.png index 97d8b2a19d..aa167997f8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-divider_on_.png index 0e2bfd4633..96c653ebeb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-withText-_off_.png index 88f48daf7d..90e14f7376 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-withText-_on_.png index f2dbe89c18..c3c1b51efc 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-withText-divider_off_.png index fc4e03ad59..e2be434bf9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-withText-divider_on_.png index 529b7d7f8c..50c0dc7c64 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-_off_.png index 432cf7ae50..7f50707e80 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-_on_.png index d1e1bd3abb..905af477a8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-divider_off_.png index f1bfddad3e..33092edd8b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-divider_on_.png index bd2378f8ec..59e037e2e1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-_off_.png index 85b4bd1ba1..078eddf1fd 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-_on_.png index 48f532c5cb..730b1f4c18 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_off_.png index 40262ccea0..d6849dd67c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_on_.png index 86bbbfd182..a6b9b340bb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_off_.png index 78241aedb8..c132601a9d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_on_.png index 24c6eeb2fa..9c133ae600 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png index a9c6c06475..48dbed8c67 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png index 1a8aac8a06..b4998c5717 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png index ddefbb435c..7759ef3925 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png index 124cd39df9..e3e745436e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png index 1566d76c90..7c6ea1088d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png index 981103e53d..5abff7af22 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png index 78241aedb8..c132601a9d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png index 24c6eeb2fa..9c133ae600 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png index a9c6c06475..48dbed8c67 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png index 1a8aac8a06..b4998c5717 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png index ddefbb435c..7759ef3925 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png index 124cd39df9..e3e745436e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png index 1566d76c90..7c6ea1088d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png index 981103e53d..5abff7af22 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png index 78241aedb8..c132601a9d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png index 24c6eeb2fa..9c133ae600 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png index a9c6c06475..48dbed8c67 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png index 1a8aac8a06..b4998c5717 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png index ddefbb435c..7759ef3925 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png index 124cd39df9..e3e745436e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png index 1566d76c90..7c6ea1088d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png index 981103e53d..5abff7af22 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-_off_.png index d0a0feed4f..ac0bd0bb31 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-_on_.png index 99e3deb32d..bda79185b8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-divider_off_.png index 5b345b0f28..8281891d5c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-divider_on_.png index 9547335794..3711943a44 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-_off_.png index 2b592afe3e..7b3ad11d6b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-_on_.png index a36b442ab4..78789d0431 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_off_.png index 1bf3e0e643..17cba18bac 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_on_.png index 0929ea5a4e..a6de7c3ffc 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_off_.png index d0a0feed4f..ac0bd0bb31 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_on_.png index 99e3deb32d..bda79185b8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png index 5b345b0f28..8281891d5c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png index 9547335794..3711943a44 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png index 2b592afe3e..7b3ad11d6b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png index a36b442ab4..78789d0431 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png index 1bf3e0e643..17cba18bac 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png index 0929ea5a4e..a6de7c3ffc 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png index d0a0feed4f..ac0bd0bb31 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png index 99e3deb32d..bda79185b8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png index 5b345b0f28..8281891d5c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png index 9547335794..3711943a44 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png index 2b592afe3e..7b3ad11d6b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png index a36b442ab4..78789d0431 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png index 1bf3e0e643..17cba18bac 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png index 0929ea5a4e..a6de7c3ffc 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-_off_.png index a461fa5723..cea434cf96 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-_on_.png index eadcf93f94..474e31e462 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-divider_off_.png index baa75a9853..58dbe6628b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-divider_on_.png index 1865a1f2eb..b5e64c777b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-_off_.png index 75da456d38..64844abd41 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-_on_.png index 3210f38779..f5419fe24d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_off_.png index e04e7825c9..03a5c6432b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_on_.png index e9a5fc0036..eb70801796 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_off_.png index a461fa5723..cea434cf96 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_on_.png index eadcf93f94..474e31e462 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png index baa75a9853..58dbe6628b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png index 1865a1f2eb..b5e64c777b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png index 75da456d38..64844abd41 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png index 3210f38779..f5419fe24d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png index e04e7825c9..03a5c6432b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png index e9a5fc0036..eb70801796 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Dark_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-_off_.png index 647955fc2b..d142853305 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-_on_.png index ee7bd2d7f6..28a0219023 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-divider_off_.png index 26d8c59046..cef12b8053 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-divider_on_.png index 935a8e66d7..33c9b1a782 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-withText-_off_.png index 1cdb37606e..ece650a17a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-withText-_on_.png index a7cb3ba1ae..eb7b7d1625 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-withText-divider_off_.png index 56992046b4..d4f74f72ba 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-withText-divider_on_.png index 1e07180064..ab993af9f3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-_off_.png index e9b5fb6041..522c7642f8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-_on_.png index 4145b668da..b0a274835f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-divider_off_.png index bade3f30b6..bd74ac06ea 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-divider_on_.png index b048781c43..54b662089e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-withText-_off_.png index 931d608126..2ba143b6f8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-withText-_on_.png index 7815236c1e..22b389cbb1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-withText-divider_off_.png index a74bb7eaaa..20ee3195f0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-withText-divider_on_.png index 93222180ad..6a27d5b506 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-_off_.png index c863016ccc..eee3c9fee3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-_on_.png index 1310ae4d34..b035a2ed87 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-divider_off_.png index c2d412c892..fb0ef5a65f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-divider_on_.png index 0801dc62a8..dfddb85f28 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png index 63bdb66be7..bb9e2d2908 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png index 573989fba0..f3e7bf2079 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png index e44de9f4dc..480ac8149b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png index 2127c117f6..969bd1ba11 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png index c863016ccc..eee3c9fee3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png index 1310ae4d34..b035a2ed87 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png index c2d412c892..fb0ef5a65f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png index 0801dc62a8..dfddb85f28 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png index 63bdb66be7..bb9e2d2908 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png index 573989fba0..f3e7bf2079 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png index e44de9f4dc..480ac8149b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png index 2127c117f6..969bd1ba11 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png index c863016ccc..eee3c9fee3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png index 1310ae4d34..b035a2ed87 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png index c2d412c892..fb0ef5a65f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png index 0801dc62a8..dfddb85f28 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png index 63bdb66be7..bb9e2d2908 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png index 573989fba0..f3e7bf2079 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png index e44de9f4dc..480ac8149b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png index 2127c117f6..969bd1ba11 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-_off_.png index f9f72cdebf..b8499a9a6a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-_on_.png index a31014e2cf..2ac875d98f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-divider_off_.png index d08cebb075..4c34de8e18 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-divider_on_.png index e67d7f4c20..e3193b3915 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-withText-_off_.png index ebb95d95c8..8ecadc75b0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-withText-_on_.png index 7bad12932e..3ac606a095 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-withText-divider_off_.png index 8fe44df294..1b9765827d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-withText-divider_on_.png index 5fd8ff4577..0e45859d3c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-_off_.png index f9f72cdebf..b8499a9a6a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-_on_.png index a31014e2cf..2ac875d98f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-divider_off_.png index d08cebb075..4c34de8e18 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-divider_on_.png index e67d7f4c20..e3193b3915 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-_off_.png index ebb95d95c8..8ecadc75b0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-_on_.png index 7bad12932e..3ac606a095 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png index 8fe44df294..1b9765827d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png index 5fd8ff4577..0e45859d3c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png index f9f72cdebf..b8499a9a6a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png index a31014e2cf..2ac875d98f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png index d08cebb075..4c34de8e18 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png index e67d7f4c20..e3193b3915 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png index ebb95d95c8..8ecadc75b0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png index 7bad12932e..3ac606a095 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png index 8fe44df294..1b9765827d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png index 5fd8ff4577..0e45859d3c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-_off_.png index 51433720b0..9c01a05eac 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-_on_.png index 393c5bb47d..20caee4779 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-divider_off_.png index 5942ec0953..c78aee20e6 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-divider_on_.png index ad796bd484..ea348adbcb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-withText-_off_.png index ef6b389e96..c8c3080c9f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-withText-_on_.png index 1a9a7e0666..99ccb5499a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-withText-divider_off_.png index df106da12e..89b20fbc63 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-withText-divider_on_.png index 080e1bff7f..0db3054ced 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-_off_.png index 51433720b0..9c01a05eac 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-_on_.png index 393c5bb47d..20caee4779 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-divider_off_.png index 5942ec0953..c78aee20e6 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-divider_on_.png index ad796bd484..ea348adbcb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png index ef6b389e96..c8c3080c9f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png index 1a9a7e0666..99ccb5499a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png index df106da12e..89b20fbc63 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png index 080e1bff7f..0db3054ced 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-_off_.png index 9cba7d30c1..df61bbf249 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-_on_.png index 6229066c59..e512179cdf 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-divider_off_.png index b19fe8ed13..6ada975bba 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-divider_on_.png index 7b8b9d5255..b35ec881a4 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-withText-_off_.png index 85c9994a7d..e5197d34e9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-withText-_on_.png index 3f00056ff7..d9236b4e71 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-withText-divider_off_.png index 290ea058cb..b196ccd499 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-withText-divider_on_.png index 5c54d12462..d07b1d5586 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-_off_.png index 5f0b2cf886..a2d6be1c76 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-_on_.png index fc8a7758ac..8ede883241 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-divider_off_.png index ea4693dab8..63201730f1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-divider_on_.png index b64e3eea1c..049eb1e35b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-withText-_off_.png index 1b8ff96184..113baeba1f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-withText-_on_.png index f656451ea9..e361a5281b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-withText-divider_off_.png index b09587792e..20d7370bfb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-withText-divider_on_.png index bb4b59c053..a2642d3322 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-_off_.png index 2d4c45e964..dd146064be 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-_on_.png index 6e07a5b521..5584034fb3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png index 7563cc13c0..a8fe477036 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png index 68beca4fa1..932271c6b8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png index 1a44712e13..5632028a3b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png index 3ff071cef0..ab0b81ee75 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png index 66ea6cda81..837581a7c7 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png index 6701d2f9ba..627b4cb9c1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png index 2d4c45e964..dd146064be 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png index 6e07a5b521..5584034fb3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png index 7563cc13c0..a8fe477036 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png index 68beca4fa1..932271c6b8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png index 1a44712e13..5632028a3b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png index 3ff071cef0..ab0b81ee75 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png index 66ea6cda81..837581a7c7 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png index 6701d2f9ba..627b4cb9c1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png index 2d4c45e964..dd146064be 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png index 6e07a5b521..5584034fb3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png index 7563cc13c0..a8fe477036 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png index 68beca4fa1..932271c6b8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png index 1a44712e13..5632028a3b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png index 3ff071cef0..ab0b81ee75 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png index 66ea6cda81..837581a7c7 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png index 6701d2f9ba..627b4cb9c1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-_off_.png index e8dfa7d3d9..dadf6e8037 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-_on_.png index c00e677dc1..35bf065b36 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-divider_off_.png index c1d7c6a0d8..cd7eded604 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-divider_on_.png index 1529321a2b..5465d02e03 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-withText-_off_.png index 0a68232d2d..ac7c4ac37f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-withText-_on_.png index 6967223f1c..648256227c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-withText-divider_off_.png index 77757d33da..fc8af61fe5 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-withText-divider_on_.png index 03fbfe3774..0e3d40a763 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-_off_.png index e8dfa7d3d9..dadf6e8037 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-_on_.png index c00e677dc1..35bf065b36 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png index c1d7c6a0d8..cd7eded604 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png index 1529321a2b..5465d02e03 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png index 0a68232d2d..ac7c4ac37f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png index 6967223f1c..648256227c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png index 77757d33da..fc8af61fe5 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png index 03fbfe3774..0e3d40a763 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png index e8dfa7d3d9..dadf6e8037 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png index c00e677dc1..35bf065b36 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png index c1d7c6a0d8..cd7eded604 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png index 1529321a2b..5465d02e03 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png index 0a68232d2d..ac7c4ac37f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png index 6967223f1c..648256227c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png index 77757d33da..fc8af61fe5 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png index 03fbfe3774..0e3d40a763 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-_off_.png index ddfe317a31..fa63aa539c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-_on_.png index ccb87b2fac..d62e6a425c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-divider_off_.png index 02b18122ac..de7494b783 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-divider_on_.png index 2bca4ecaba..c01fadbceb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-withText-_off_.png index 758fa4600a..7948adee74 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-withText-_on_.png index 151a29618a..595401976d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-withText-divider_off_.png index 0b7fe723f8..0a34990afb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-withText-divider_on_.png index 7c9256af80..95be50396d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-_off_.png index ddfe317a31..fa63aa539c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-_on_.png index ccb87b2fac..d62e6a425c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png index 02b18122ac..de7494b783 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png index 2bca4ecaba..c01fadbceb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png index 758fa4600a..7948adee74 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png index 151a29618a..595401976d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png index 0b7fe723f8..0a34990afb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png index 7c9256af80..95be50396d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-_off_.png index 647955fc2b..d142853305 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-_on_.png index ee7bd2d7f6..28a0219023 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-divider_off_.png index 26d8c59046..cef12b8053 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-divider_on_.png index 935a8e66d7..33c9b1a782 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-withText-_off_.png index 1cdb37606e..ece650a17a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-withText-_on_.png index a7cb3ba1ae..eb7b7d1625 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-withText-divider_off_.png index 56992046b4..d4f74f72ba 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-withText-divider_on_.png index 1e07180064..ab993af9f3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-_off_.png index e9b5fb6041..522c7642f8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-_on_.png index 4145b668da..b0a274835f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-divider_off_.png index bade3f30b6..bd74ac06ea 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-divider_on_.png index b048781c43..54b662089e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-_off_.png index 931d608126..2ba143b6f8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-_on_.png index 7815236c1e..22b389cbb1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-divider_off_.png index a74bb7eaaa..20ee3195f0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-divider_on_.png index 93222180ad..6a27d5b506 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-_off_.png index c863016ccc..eee3c9fee3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-_on_.png index 1310ae4d34..b035a2ed87 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_off_.png index c2d412c892..fb0ef5a65f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_on_.png index 0801dc62a8..dfddb85f28 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png index 63bdb66be7..bb9e2d2908 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png index 573989fba0..f3e7bf2079 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png index e44de9f4dc..480ac8149b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png index 2127c117f6..969bd1ba11 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png index c863016ccc..eee3c9fee3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png index 1310ae4d34..b035a2ed87 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png index c2d412c892..fb0ef5a65f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png index 0801dc62a8..dfddb85f28 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png index 63bdb66be7..bb9e2d2908 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png index 573989fba0..f3e7bf2079 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png index e44de9f4dc..480ac8149b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png index 2127c117f6..969bd1ba11 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png index c863016ccc..eee3c9fee3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png index 1310ae4d34..b035a2ed87 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png index c2d412c892..fb0ef5a65f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png index 0801dc62a8..dfddb85f28 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png index 63bdb66be7..bb9e2d2908 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png index 573989fba0..f3e7bf2079 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png index e44de9f4dc..480ac8149b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png index 2127c117f6..969bd1ba11 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-_off_.png index f9f72cdebf..b8499a9a6a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-_on_.png index a31014e2cf..2ac875d98f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-divider_off_.png index d08cebb075..4c34de8e18 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-divider_on_.png index e67d7f4c20..e3193b3915 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-_off_.png index ebb95d95c8..8ecadc75b0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-_on_.png index 7bad12932e..3ac606a095 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-divider_off_.png index 8fe44df294..1b9765827d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-divider_on_.png index 5fd8ff4577..0e45859d3c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-_off_.png index f9f72cdebf..b8499a9a6a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-_on_.png index a31014e2cf..2ac875d98f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_off_.png index d08cebb075..4c34de8e18 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_on_.png index e67d7f4c20..e3193b3915 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_off_.png index ebb95d95c8..8ecadc75b0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_on_.png index 7bad12932e..3ac606a095 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png index 8fe44df294..1b9765827d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png index 5fd8ff4577..0e45859d3c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png index f9f72cdebf..b8499a9a6a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png index a31014e2cf..2ac875d98f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png index d08cebb075..4c34de8e18 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png index e67d7f4c20..e3193b3915 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png index ebb95d95c8..8ecadc75b0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png index 7bad12932e..3ac606a095 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png index 8fe44df294..1b9765827d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png index 5fd8ff4577..0e45859d3c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-_off_.png index 51433720b0..9c01a05eac 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-_on_.png index 393c5bb47d..20caee4779 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-divider_off_.png index 5942ec0953..c78aee20e6 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-divider_on_.png index ad796bd484..ea348adbcb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-_off_.png index ef6b389e96..c8c3080c9f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-_on_.png index 1a9a7e0666..99ccb5499a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-divider_off_.png index df106da12e..89b20fbc63 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-divider_on_.png index 080e1bff7f..0db3054ced 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-_off_.png index 51433720b0..9c01a05eac 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-_on_.png index 393c5bb47d..20caee4779 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_off_.png index 5942ec0953..c78aee20e6 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_on_.png index ad796bd484..ea348adbcb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png index ef6b389e96..c8c3080c9f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png index 1a9a7e0666..99ccb5499a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png index df106da12e..89b20fbc63 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png index 080e1bff7f..0db3054ced 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-default-label-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-_off_.png index 9cba7d30c1..df61bbf249 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-_on_.png index 6229066c59..e512179cdf 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-divider_off_.png index b19fe8ed13..6ada975bba 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-divider_on_.png index 7b8b9d5255..b35ec881a4 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-withText-_off_.png index 85c9994a7d..e5197d34e9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-withText-_on_.png index 3f00056ff7..d9236b4e71 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-withText-divider_off_.png index 290ea058cb..b196ccd499 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-withText-divider_on_.png index 5c54d12462..d07b1d5586 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-_off_.png index 5f0b2cf886..a2d6be1c76 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-_on_.png index fc8a7758ac..8ede883241 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-divider_off_.png index ea4693dab8..63201730f1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-divider_on_.png index b64e3eea1c..049eb1e35b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-_off_.png index 1b8ff96184..113baeba1f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-_on_.png index f656451ea9..e361a5281b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_off_.png index b09587792e..20d7370bfb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_on_.png index bb4b59c053..a2642d3322 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_off_.png index 2d4c45e964..dd146064be 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_on_.png index 6e07a5b521..5584034fb3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png index 7563cc13c0..a8fe477036 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png index 68beca4fa1..932271c6b8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png index 1a44712e13..5632028a3b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png index 3ff071cef0..ab0b81ee75 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png index 66ea6cda81..837581a7c7 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png index 6701d2f9ba..627b4cb9c1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png index 2d4c45e964..dd146064be 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png index 6e07a5b521..5584034fb3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png index 7563cc13c0..a8fe477036 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png index 68beca4fa1..932271c6b8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png index 1a44712e13..5632028a3b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png index 3ff071cef0..ab0b81ee75 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png index 66ea6cda81..837581a7c7 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png index 6701d2f9ba..627b4cb9c1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png index 2d4c45e964..dd146064be 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png index 6e07a5b521..5584034fb3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png index 7563cc13c0..a8fe477036 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png index 68beca4fa1..932271c6b8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png index 1a44712e13..5632028a3b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png index 3ff071cef0..ab0b81ee75 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png index 66ea6cda81..837581a7c7 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png index 6701d2f9ba..627b4cb9c1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withAdditional-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-_off_.png index e8dfa7d3d9..dadf6e8037 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-_on_.png index c00e677dc1..35bf065b36 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-divider_off_.png index c1d7c6a0d8..cd7eded604 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-divider_on_.png index 1529321a2b..5465d02e03 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-_off_.png index 0a68232d2d..ac7c4ac37f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-_on_.png index 6967223f1c..648256227c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_off_.png index 77757d33da..fc8af61fe5 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_on_.png index 03fbfe3774..0e3d40a763 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_off_.png index e8dfa7d3d9..dadf6e8037 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_on_.png index c00e677dc1..35bf065b36 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png index c1d7c6a0d8..cd7eded604 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png index 1529321a2b..5465d02e03 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png index 0a68232d2d..ac7c4ac37f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png index 6967223f1c..648256227c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png index 77757d33da..fc8af61fe5 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png index 03fbfe3774..0e3d40a763 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png index e8dfa7d3d9..dadf6e8037 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png index c00e677dc1..35bf065b36 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png index c1d7c6a0d8..cd7eded604 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png index 1529321a2b..5465d02e03 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png index 0a68232d2d..ac7c4ac37f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png index 6967223f1c..648256227c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png index 77757d33da..fc8af61fe5 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png index 03fbfe3774..0e3d40a763 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withHelper-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-_off_.png index ddfe317a31..fa63aa539c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-_on_.png index ccb87b2fac..d62e6a425c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-divider_off_.png index 02b18122ac..de7494b783 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-divider_on_.png index 2bca4ecaba..c01fadbceb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-_off_.png index 758fa4600a..7948adee74 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-_on_.png index 151a29618a..595401976d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_off_.png index 0b7fe723f8..0a34990afb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_on_.png index 7c9256af80..95be50396d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_off_.png index ddfe317a31..fa63aa539c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_on_.png index ccb87b2fac..d62e6a425c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png index 02b18122ac..de7494b783 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png index 2bca4ecaba..c01fadbceb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png index 758fa4600a..7948adee74 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png index 151a29618a..595401976d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png index 0b7fe723f8..0a34990afb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png index 7c9256af80..95be50396d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/RadioButtonSnapshotsTestsTestCase/test_OrangeTheme_Light_HighContrast.Layout-inverse-label-withIcon-flipIcon-error-withText-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-_off_.png deleted file mode 100644 index a8298385a4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-_on_.png deleted file mode 100644 index 094791159e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-divider_off_.png deleted file mode 100644 index 7867ee48a1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-divider_on_.png deleted file mode 100644 index 6a7acfd315..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-withError-_off_.png deleted file mode 100644 index 762e44415f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-withError-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-withError-_on_.png deleted file mode 100644 index 496dcb7bb3..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-withError-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-withError-divider_off_.png deleted file mode 100644 index da2117321e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-withError-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-withError-divider_on_.png deleted file mode 100644 index d18c976c9a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-error-withError-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-_off_.png deleted file mode 100644 index f1edac5f1b..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-_on_.png deleted file mode 100644 index cae7473de2..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-divider_off_.png deleted file mode 100644 index 94c3286991..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-divider_on_.png deleted file mode 100644 index cb0be39045..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-withError-_off_.png deleted file mode 100644 index 30b13252a2..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-withError-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-withError-_on_.png deleted file mode 100644 index 2d9db91144..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-withError-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-withError-divider_off_.png deleted file mode 100644 index e2003030ee..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-withError-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-withError-divider_on_.png deleted file mode 100644 index f50a5dfe74..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-error-withError-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-_off_.png deleted file mode 100644 index f1edac5f1b..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-_on_.png deleted file mode 100644 index cae7473de2..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_off_.png deleted file mode 100644 index 94c3286991..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_on_.png deleted file mode 100644 index cb0be39045..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_off_.png deleted file mode 100644 index 30b13252a2..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_on_.png deleted file mode 100644 index 2d9db91144..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_off_.png deleted file mode 100644 index e2003030ee..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_on_.png deleted file mode 100644 index f50a5dfe74..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index f1edac5f1b..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index cae7473de2..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index 94c3286991..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index cb0be39045..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_off_.png deleted file mode 100644 index 30b13252a2..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_on_.png deleted file mode 100644 index 2d9db91144..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png deleted file mode 100644 index e2003030ee..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png deleted file mode 100644 index f50a5dfe74..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-_off_.png deleted file mode 100644 index 01050895eb..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-_on_.png deleted file mode 100644 index 3dbfc5f40d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-divider_off_.png deleted file mode 100644 index 71211da0be..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-divider_on_.png deleted file mode 100644 index 488e813553..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-withError-_off_.png deleted file mode 100644 index 08ca5c3175..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-withError-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-withError-_on_.png deleted file mode 100644 index 56aaceda24..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-withError-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-withError-divider_off_.png deleted file mode 100644 index 98891a4b4e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-withError-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-withError-divider_on_.png deleted file mode 100644 index dc7479c359..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-error-withError-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index 01050895eb..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index 3dbfc5f40d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index 71211da0be..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index 488e813553..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_off_.png deleted file mode 100644 index 08ca5c3175..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_on_.png deleted file mode 100644 index 56aaceda24..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_off_.png deleted file mode 100644 index 98891a4b4e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_on_.png deleted file mode 100644 index dc7479c359..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-_off_.png deleted file mode 100644 index ec172f956c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-_on_.png deleted file mode 100644 index 4f7d3db3ac..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-divider_off_.png deleted file mode 100644 index a33e82d397..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-divider_on_.png deleted file mode 100644 index 5b315e818b..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-withError-_off_.png deleted file mode 100644 index 1d93098575..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-withError-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-withError-_on_.png deleted file mode 100644 index d8dd18a375..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-withError-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-withError-divider_off_.png deleted file mode 100644 index 247cb7b2cc..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-withError-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-withError-divider_on_.png deleted file mode 100644 index c802a8f281..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-error-withError-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-error-_off_.png deleted file mode 100644 index 6b3513e096..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-error-_on_.png deleted file mode 100644 index efb10dd813..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-error-divider_off_.png deleted file mode 100644 index 8cade11319..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-error-divider_on_.png deleted file mode 100644 index b14ac55d4d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-error-withError-_off_.png deleted file mode 100644 index 47c36311b9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-error-withError-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-error-withError-_on_.png deleted file mode 100644 index 6a102b18f5..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-error-withError-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-error-withError-divider_off_.png deleted file mode 100644 index 017935d517..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-error-withError-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-error-withError-divider_on_.png deleted file mode 100644 index fa899b3332..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-error-withError-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-_off_.png deleted file mode 100644 index 6b3513e096..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-_on_.png deleted file mode 100644 index efb10dd813..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-divider_off_.png deleted file mode 100644 index 8cade11319..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-divider_on_.png deleted file mode 100644 index b14ac55d4d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-_off_.png deleted file mode 100644 index 47c36311b9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-_on_.png deleted file mode 100644 index 6a102b18f5..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-divider_off_.png deleted file mode 100644 index 017935d517..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-divider_on_.png deleted file mode 100644 index fa899b3332..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index 6b3513e096..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index efb10dd813..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index 8cade11319..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index b14ac55d4d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_off_.png deleted file mode 100644 index 47c36311b9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_on_.png deleted file mode 100644 index 6a102b18f5..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png deleted file mode 100644 index 017935d517..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png deleted file mode 100644 index fa899b3332..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-_off_.png deleted file mode 100644 index 0b806ffaa4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-_on_.png deleted file mode 100644 index 7063ff3f0a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-divider_off_.png deleted file mode 100644 index 457d367280..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-divider_on_.png deleted file mode 100644 index 73006b2b90..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-withError-_off_.png deleted file mode 100644 index e7094bcfb3..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-withError-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-withError-_on_.png deleted file mode 100644 index 99ec69a7fd..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-withError-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-withError-divider_off_.png deleted file mode 100644 index 6ed299c0f9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-withError-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-withError-divider_on_.png deleted file mode 100644 index f1516c530d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-error-withError-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index 0b806ffaa4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index 7063ff3f0a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index 457d367280..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index 73006b2b90..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-_off_.png deleted file mode 100644 index e7094bcfb3..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-_on_.png deleted file mode 100644 index 99ec69a7fd..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_off_.png deleted file mode 100644 index 6ed299c0f9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_on_.png deleted file mode 100644 index f1516c530d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-_off_.png deleted file mode 100644 index 8ad41eddbc..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-_on_.png deleted file mode 100644 index ee03178e9e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-divider_off_.png deleted file mode 100644 index d18d840017..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-divider_on_.png deleted file mode 100644 index 1a18a6d682..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-withError-_off_.png deleted file mode 100644 index 732d148134..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-withError-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-withError-_on_.png deleted file mode 100644 index b98951ae2e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-withError-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-withError-divider_off_.png deleted file mode 100644 index e59a059d08..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-withError-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-withError-divider_on_.png deleted file mode 100644 index 7bedbc49c7..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-error-withError-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-_off_.png deleted file mode 100644 index f49a0a835c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-_on_.png deleted file mode 100644 index 4373e4f31c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-divider_off_.png deleted file mode 100644 index d2b1b0d2e1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-divider_on_.png deleted file mode 100644 index beb3dd0b1c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-withError-_off_.png deleted file mode 100644 index ceee0627da..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-withError-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-withError-_on_.png deleted file mode 100644 index a7ea88763e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-withError-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-withError-divider_off_.png deleted file mode 100644 index 9dbba8f759..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-withError-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-withError-divider_on_.png deleted file mode 100644 index 02a0a08f19..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-error-withError-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-_off_.png deleted file mode 100644 index f49a0a835c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-_on_.png deleted file mode 100644 index 4373e4f31c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_off_.png deleted file mode 100644 index d2b1b0d2e1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_on_.png deleted file mode 100644 index beb3dd0b1c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_off_.png deleted file mode 100644 index ceee0627da..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_on_.png deleted file mode 100644 index a7ea88763e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_off_.png deleted file mode 100644 index 9dbba8f759..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_on_.png deleted file mode 100644 index 02a0a08f19..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index f49a0a835c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index 4373e4f31c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index d2b1b0d2e1..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index beb3dd0b1c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_off_.png deleted file mode 100644 index ceee0627da..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_on_.png deleted file mode 100644 index a7ea88763e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png deleted file mode 100644 index 9dbba8f759..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png deleted file mode 100644 index 02a0a08f19..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-_off_.png deleted file mode 100644 index 738986614c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-_on_.png deleted file mode 100644 index 812101e470..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-divider_off_.png deleted file mode 100644 index 760a3470cf..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-divider_on_.png deleted file mode 100644 index 0f61dee9e6..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-withError-_off_.png deleted file mode 100644 index 9ffcc32f70..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-withError-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-withError-_on_.png deleted file mode 100644 index 478d89e635..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-withError-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-withError-divider_off_.png deleted file mode 100644 index 8beb26919c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-withError-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-withError-divider_on_.png deleted file mode 100644 index 14d4bb60da..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-error-withError-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index 738986614c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index 812101e470..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index 760a3470cf..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index 0f61dee9e6..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_off_.png deleted file mode 100644 index 9ffcc32f70..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_on_.png deleted file mode 100644 index 478d89e635..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_off_.png deleted file mode 100644 index 8beb26919c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_on_.png deleted file mode 100644 index 14d4bb60da..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-_off_.png deleted file mode 100644 index e1c9ba4adf..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-_on_.png deleted file mode 100644 index 65c164177b..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-divider_off_.png deleted file mode 100644 index 4d21f1359d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-divider_on_.png deleted file mode 100644 index c43425d41f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-withError-_off_.png deleted file mode 100644 index 085c2d61d3..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-withError-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-withError-_on_.png deleted file mode 100644 index 1f0d0c2607..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-withError-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-withError-divider_off_.png deleted file mode 100644 index 8c71d9b033..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-withError-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-withError-divider_on_.png deleted file mode 100644 index b09c457919..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-error-withError-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-error-_off_.png deleted file mode 100644 index dff6254494..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-error-_on_.png deleted file mode 100644 index 7876598cf4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-error-divider_off_.png deleted file mode 100644 index 05e4193f3a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-error-divider_on_.png deleted file mode 100644 index 42cdb7ebda..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-error-withError-_off_.png deleted file mode 100644 index 5339a951ae..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-error-withError-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-error-withError-_on_.png deleted file mode 100644 index aeba15890d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-error-withError-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-error-withError-divider_off_.png deleted file mode 100644 index dbe0de1d64..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-error-withError-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-error-withError-divider_on_.png deleted file mode 100644 index c8e2b4ed6e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-error-withError-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-error-_off_.png deleted file mode 100644 index dff6254494..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-error-_on_.png deleted file mode 100644 index 7876598cf4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-error-divider_off_.png deleted file mode 100644 index 05e4193f3a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-error-divider_on_.png deleted file mode 100644 index 42cdb7ebda..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-_off_.png deleted file mode 100644 index 5339a951ae..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-_on_.png deleted file mode 100644 index aeba15890d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-divider_off_.png deleted file mode 100644 index dbe0de1d64..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-divider_on_.png deleted file mode 100644 index c8e2b4ed6e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index dff6254494..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index 7876598cf4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index 05e4193f3a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index 42cdb7ebda..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_off_.png deleted file mode 100644 index 5339a951ae..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_on_.png deleted file mode 100644 index aeba15890d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png deleted file mode 100644 index dbe0de1d64..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png deleted file mode 100644 index c8e2b4ed6e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-_off_.png deleted file mode 100644 index 8163472955..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-_on_.png deleted file mode 100644 index ffbc0fbe2a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-divider_off_.png deleted file mode 100644 index 5b7de3ccfb..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-divider_on_.png deleted file mode 100644 index 61a72ef922..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-withError-_off_.png deleted file mode 100644 index 1df93fb2f4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-withError-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-withError-_on_.png deleted file mode 100644 index f45473c4e8..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-withError-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-withError-divider_off_.png deleted file mode 100644 index e9c53c0a46..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-withError-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-withError-divider_on_.png deleted file mode 100644 index c7383eb1a6..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-error-withError-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_off_.png deleted file mode 100644 index 8163472955..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_on_.png deleted file mode 100644 index ffbc0fbe2a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png deleted file mode 100644 index 5b7de3ccfb..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png deleted file mode 100644 index 61a72ef922..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-_off_.png deleted file mode 100644 index 1df93fb2f4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-_on_.png deleted file mode 100644 index f45473c4e8..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_off_.png deleted file mode 100644 index e9c53c0a46..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_off_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_on_.png deleted file mode 100644 index c7383eb1a6..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_on_.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-_off_.png new file mode 100644 index 0000000000..050558640c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-_on_.png new file mode 100644 index 0000000000..993e8f821d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-divider_off_.png new file mode 100644 index 0000000000..21c12be626 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-divider_on_.png new file mode 100644 index 0000000000..7ce6d255b7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-withError-_off_.png new file mode 100644 index 0000000000..a68d0e5813 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-withError-_on_.png new file mode 100644 index 0000000000..78ea079461 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-withError-divider_off_.png new file mode 100644 index 0000000000..441b4b6469 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-withError-divider_on_.png new file mode 100644 index 0000000000..2ca1ffe517 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-_off_.png new file mode 100644 index 0000000000..4afbcc0b74 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-_on_.png new file mode 100644 index 0000000000..f808aee547 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-divider_off_.png new file mode 100644 index 0000000000..996fc89350 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-divider_on_.png new file mode 100644 index 0000000000..8bbd6bfb29 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-withError-_off_.png new file mode 100644 index 0000000000..99fc8b8b5f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-withError-_on_.png new file mode 100644 index 0000000000..a4d61f7da7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-withError-divider_off_.png new file mode 100644 index 0000000000..93a47eef09 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-withError-divider_on_.png new file mode 100644 index 0000000000..9eb80a508a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-_off_.png new file mode 100644 index 0000000000..4afbcc0b74 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-_on_.png new file mode 100644 index 0000000000..f808aee547 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..996fc89350 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..8bbd6bfb29 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_off_.png new file mode 100644 index 0000000000..99fc8b8b5f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_on_.png new file mode 100644 index 0000000000..a4d61f7da7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_off_.png new file mode 100644 index 0000000000..93a47eef09 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_on_.png new file mode 100644 index 0000000000..9eb80a508a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..4afbcc0b74 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..f808aee547 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..996fc89350 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..8bbd6bfb29 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_off_.png new file mode 100644 index 0000000000..99fc8b8b5f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_on_.png new file mode 100644 index 0000000000..a4d61f7da7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png new file mode 100644 index 0000000000..93a47eef09 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png new file mode 100644 index 0000000000..9eb80a508a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withDescription-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-_off_.png new file mode 100644 index 0000000000..77457530d0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-_on_.png new file mode 100644 index 0000000000..dbcd171545 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..29f82f2809 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..c6d412227c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-withError-_off_.png new file mode 100644 index 0000000000..36174a4cb0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-withError-_on_.png new file mode 100644 index 0000000000..e987272de5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-withError-divider_off_.png new file mode 100644 index 0000000000..82d8b94084 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-withError-divider_on_.png new file mode 100644 index 0000000000..6d43924e36 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..77457530d0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..dbcd171545 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..29f82f2809 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..c6d412227c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_off_.png new file mode 100644 index 0000000000..36174a4cb0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_on_.png new file mode 100644 index 0000000000..e987272de5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_off_.png new file mode 100644 index 0000000000..82d8b94084 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_on_.png new file mode 100644 index 0000000000..6d43924e36 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-default-label-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-default-label-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-readOnly_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-readOnly_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-readOnly_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-readOnly_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-readOnly_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-readOnly_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-indicatorOnly-readOnly_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-indicatorOnly-readOnly_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-_off_.png new file mode 100644 index 0000000000..909390d1c0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-_on_.png new file mode 100644 index 0000000000..bd00ba52a5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-divider_off_.png new file mode 100644 index 0000000000..7e38e46417 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-divider_on_.png new file mode 100644 index 0000000000..8d4a74d3e6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-withError-_off_.png new file mode 100644 index 0000000000..ff3197b7f9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-withError-_on_.png new file mode 100644 index 0000000000..3f37dbaa4e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-withError-divider_off_.png new file mode 100644 index 0000000000..6177ca76b4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-withError-divider_on_.png new file mode 100644 index 0000000000..f22ec0d205 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-error-_off_.png new file mode 100644 index 0000000000..04489c1b10 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-error-_on_.png new file mode 100644 index 0000000000..8717e5bfe4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-error-divider_off_.png new file mode 100644 index 0000000000..842d1769c7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-error-divider_on_.png new file mode 100644 index 0000000000..c56716e09b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-error-withError-_off_.png new file mode 100644 index 0000000000..6afd2f71c2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-error-withError-_on_.png new file mode 100644 index 0000000000..bab225ba4c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-error-withError-divider_off_.png new file mode 100644 index 0000000000..4234ef67e3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-error-withError-divider_on_.png new file mode 100644 index 0000000000..e3e397e22f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-_off_.png new file mode 100644 index 0000000000..04489c1b10 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-_on_.png new file mode 100644 index 0000000000..8717e5bfe4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..842d1769c7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..c56716e09b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-_off_.png new file mode 100644 index 0000000000..6afd2f71c2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-_on_.png new file mode 100644 index 0000000000..bab225ba4c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-divider_off_.png new file mode 100644 index 0000000000..4234ef67e3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-divider_on_.png new file mode 100644 index 0000000000..e3e397e22f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..04489c1b10 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..8717e5bfe4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..842d1769c7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..c56716e09b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_off_.png new file mode 100644 index 0000000000..6afd2f71c2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_on_.png new file mode 100644 index 0000000000..bab225ba4c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png new file mode 100644 index 0000000000..4234ef67e3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png new file mode 100644 index 0000000000..e3e397e22f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withDescription-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withDescription-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-_off_.png new file mode 100644 index 0000000000..37385370a2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-_on_.png new file mode 100644 index 0000000000..08976152af Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..7398818b10 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..850eba99a0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-withError-_off_.png new file mode 100644 index 0000000000..9b5823087b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-withError-_on_.png new file mode 100644 index 0000000000..aad8b4eb8f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-withError-divider_off_.png new file mode 100644 index 0000000000..c6397f7789 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-withError-divider_on_.png new file mode 100644 index 0000000000..269f3ddded Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..37385370a2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..08976152af Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..7398818b10 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..850eba99a0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-_off_.png new file mode 100644 index 0000000000..9b5823087b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-_on_.png new file mode 100644 index 0000000000..aad8b4eb8f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_off_.png new file mode 100644 index 0000000000..c6397f7789 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_on_.png new file mode 100644 index 0000000000..269f3ddded Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Layout-inverse-label-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Layout-inverse-label-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-_off_.png new file mode 100644 index 0000000000..da491239ff Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-_on_.png new file mode 100644 index 0000000000..fd4d033c0a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-divider_off_.png new file mode 100644 index 0000000000..83af1627ca Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-divider_on_.png new file mode 100644 index 0000000000..a614f8366a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-withError-_off_.png new file mode 100644 index 0000000000..81fe386625 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-withError-_on_.png new file mode 100644 index 0000000000..4ec11e5e94 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-withError-divider_off_.png new file mode 100644 index 0000000000..d63ae57bdc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-withError-divider_on_.png new file mode 100644 index 0000000000..f7077c2335 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-_off_.png new file mode 100644 index 0000000000..7dfba5fc2a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-_on_.png new file mode 100644 index 0000000000..9b5d7490b4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-divider_off_.png new file mode 100644 index 0000000000..b6c35e1366 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-divider_on_.png new file mode 100644 index 0000000000..0d9babd667 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-withError-_off_.png new file mode 100644 index 0000000000..c549448df6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-withError-_on_.png new file mode 100644 index 0000000000..58f1b0b235 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-withError-divider_off_.png new file mode 100644 index 0000000000..25e40d201f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-withError-divider_on_.png new file mode 100644 index 0000000000..fcfb2784bd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-_off_.png new file mode 100644 index 0000000000..7dfba5fc2a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-_on_.png new file mode 100644 index 0000000000..9b5d7490b4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..b6c35e1366 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..0d9babd667 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_off_.png new file mode 100644 index 0000000000..c549448df6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_on_.png new file mode 100644 index 0000000000..58f1b0b235 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_off_.png new file mode 100644 index 0000000000..25e40d201f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_on_.png new file mode 100644 index 0000000000..fcfb2784bd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..7dfba5fc2a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..9b5d7490b4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..b6c35e1366 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..0d9babd667 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_off_.png new file mode 100644 index 0000000000..c549448df6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_on_.png new file mode 100644 index 0000000000..58f1b0b235 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png new file mode 100644 index 0000000000..25e40d201f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png new file mode 100644 index 0000000000..fcfb2784bd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withDescription-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-_off_.png new file mode 100644 index 0000000000..73eba9e663 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-_on_.png new file mode 100644 index 0000000000..60379c4e9c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..cd4ec67bf8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..9caf2daebf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-withError-_off_.png new file mode 100644 index 0000000000..71444f03c8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-withError-_on_.png new file mode 100644 index 0000000000..f6c695de47 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-withError-divider_off_.png new file mode 100644 index 0000000000..148ec22611 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-withError-divider_on_.png new file mode 100644 index 0000000000..84ed174e02 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..73eba9e663 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..60379c4e9c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..cd4ec67bf8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..9caf2daebf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_off_.png new file mode 100644 index 0000000000..71444f03c8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_on_.png new file mode 100644 index 0000000000..f6c695de47 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_off_.png new file mode 100644 index 0000000000..148ec22611 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_on_.png new file mode 100644 index 0000000000..84ed174e02 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-default-label-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-default-label-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-readOnly_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-readOnly_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-readOnly_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-readOnly_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-readOnly_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-readOnly_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-indicatorOnly-readOnly_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-indicatorOnly-readOnly_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-_off_.png new file mode 100644 index 0000000000..ab1e3e34d4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-_on_.png new file mode 100644 index 0000000000..62f21a35de Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-divider_off_.png new file mode 100644 index 0000000000..d97b09b169 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-divider_on_.png new file mode 100644 index 0000000000..fedab1d1a6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-withError-_off_.png new file mode 100644 index 0000000000..d0337526ee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-withError-_on_.png new file mode 100644 index 0000000000..d134286780 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-withError-divider_off_.png new file mode 100644 index 0000000000..446e784edf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-withError-divider_on_.png new file mode 100644 index 0000000000..8d9e142614 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-error-_off_.png new file mode 100644 index 0000000000..faa0f5a025 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-error-_on_.png new file mode 100644 index 0000000000..c237ddd619 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-error-divider_off_.png new file mode 100644 index 0000000000..0d8b17755b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-error-divider_on_.png new file mode 100644 index 0000000000..961a9763f0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-error-withError-_off_.png new file mode 100644 index 0000000000..1e1787d41a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-error-withError-_on_.png new file mode 100644 index 0000000000..26f94a2ce3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-error-withError-divider_off_.png new file mode 100644 index 0000000000..68c7473872 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-error-withError-divider_on_.png new file mode 100644 index 0000000000..1eb512328d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-error-_off_.png new file mode 100644 index 0000000000..faa0f5a025 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-error-_on_.png new file mode 100644 index 0000000000..c237ddd619 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..0d8b17755b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..961a9763f0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-_off_.png new file mode 100644 index 0000000000..1e1787d41a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-_on_.png new file mode 100644 index 0000000000..26f94a2ce3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-divider_off_.png new file mode 100644 index 0000000000..68c7473872 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-divider_on_.png new file mode 100644 index 0000000000..1eb512328d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..faa0f5a025 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..c237ddd619 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..0d8b17755b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..961a9763f0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_off_.png new file mode 100644 index 0000000000..1e1787d41a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_on_.png new file mode 100644 index 0000000000..26f94a2ce3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png new file mode 100644 index 0000000000..68c7473872 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png new file mode 100644 index 0000000000..1eb512328d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withDescription-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withDescription-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-_off_.png new file mode 100644 index 0000000000..566d47dccd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-_on_.png new file mode 100644 index 0000000000..d5f68b7b59 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-divider_off_.png new file mode 100644 index 0000000000..d07c05b4e9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-divider_on_.png new file mode 100644 index 0000000000..605be5e586 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-withError-_off_.png new file mode 100644 index 0000000000..ddcfad7706 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-withError-_on_.png new file mode 100644 index 0000000000..f6b47dc0ad Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-withError-divider_off_.png new file mode 100644 index 0000000000..114990dc64 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-withError-divider_on_.png new file mode 100644 index 0000000000..957163d4a1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_off__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_off__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_off__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_off__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_on__Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_on__Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_on__Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-divider_on__Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_off_.png new file mode 100644 index 0000000000..566d47dccd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_on_.png new file mode 100644 index 0000000000..d5f68b7b59 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png new file mode 100644 index 0000000000..d07c05b4e9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png new file mode 100644 index 0000000000..605be5e586 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-_off_.png new file mode 100644 index 0000000000..ddcfad7706 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-_on_.png new file mode 100644 index 0000000000..f6b47dc0ad Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_off_.png new file mode 100644 index 0000000000..114990dc64 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_on_.png new file mode 100644 index 0000000000..957163d4a1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-flipIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-readOnly-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-readOnly-_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-readOnly-_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-readOnly-_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-readOnly-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-readOnly-_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-readOnly-_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-readOnly-_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-readOnly-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-readOnly-divider_off_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-readOnly-divider_off_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-readOnly-divider_off_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-readOnly-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-readOnly-divider_on_.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Layout-inverse-label-withIcon-readOnly-divider_on_.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Layout-inverse-label-withIcon-readOnly-divider_on_.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-_off_.png index e8a95e6f7d..aacd0c8fd2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-_on_.png index 3bd52016d4..9003ff2dc9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-divider_off_.png index 0116f72fed..516e21803d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-divider_on_.png index c521d32a7f..c78481389a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-_off_.png index 6d92cf0362..4091a4e36f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-_on_.png index 670b23bd59..7c8720d347 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-divider_off_.png index d7c8cea7ed..903028dff3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-divider_on_.png index 77968c4b10..27aa78f75f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-_off_.png index 4cd399af77..c4caec556e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-_on_.png index 958cfe9d9c..fd1fbc5c48 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-divider_off_.png index 9cfd2d1e9e..1c3f52447a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-divider_on_.png index 3e2aedb23f..0f7fde74de 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-_off_.png index 2267728458..296e5a4e15 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-_on_.png index c070fdf88b..d2c83b3b50 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-divider_off_.png index 69aaf58556..c796859b3f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-divider_on_.png index 54a77de4d3..43b5ffad94 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-_off_.png index 4cd399af77..c4caec556e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-_on_.png index 958cfe9d9c..fd1fbc5c48 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_off_.png index 9cfd2d1e9e..1c3f52447a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_on_.png index 3e2aedb23f..0f7fde74de 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_off_.png index 2267728458..296e5a4e15 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_on_.png index c070fdf88b..d2c83b3b50 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_off_.png index 69aaf58556..c796859b3f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_on_.png index 54a77de4d3..43b5ffad94 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_off_.png index 4cd399af77..c4caec556e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_on_.png index 958cfe9d9c..fd1fbc5c48 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_off_.png index 9cfd2d1e9e..1c3f52447a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_on_.png index 3e2aedb23f..0f7fde74de 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_off_.png index 2267728458..296e5a4e15 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_on_.png index c070fdf88b..d2c83b3b50 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png index 69aaf58556..c796859b3f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png index 54a77de4d3..43b5ffad94 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-_off_.png index 889ad2c843..182cf63295 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-_on_.png index 4dcbe3e6c6..e442e34834 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-divider_off_.png index 209f7a4b6f..0775ef8f3e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-divider_on_.png index a0ddebf49f..4f8054cc21 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-_off_.png index e10376160d..35fae37637 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-_on_.png index 0ee6ef21c2..0bd72f7746 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-divider_off_.png index e0ced672e5..f49a77c45f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-divider_on_.png index 4b4dc8d60e..79611ddc98 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_off_.png index 889ad2c843..182cf63295 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_on_.png index 4dcbe3e6c6..e442e34834 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_off_.png index 209f7a4b6f..0775ef8f3e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_on_.png index a0ddebf49f..4f8054cc21 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_off_.png index e10376160d..35fae37637 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_on_.png index 0ee6ef21c2..0bd72f7746 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_off_.png index e0ced672e5..f49a77c45f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_on_.png index 4b4dc8d60e..79611ddc98 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-default-label-withIcon-flipIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-_off_.png index f82886872d..473b50add2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-_on_.png index a0c93fff00..4827dc9f3a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-divider_off_.png index ac17b17045..db3cfcf8c8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-divider_on_.png index 0aef2203d7..7e44f5e870 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-withError-_off_.png index 2aa802b6b9..b041457f8b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-withError-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-withError-_on_.png index 16cfa1e895..ee33a51d24 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-withError-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-withError-divider_off_.png index a093cd7d3c..a665b8a439 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-withError-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-withError-divider_on_.png index ea372624c0..37c7c0252b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-withError-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-_off_.png index b9725df1d9..4c184396eb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-_on_.png index 5c092cf590..cf2a1b95a8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-divider_off_.png index 43fe962117..ccc867ac82 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-divider_on_.png index 1281fed2ef..fcd159d719 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-withError-_off_.png index 271a460b76..ef877a7ecf 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-withError-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-withError-_on_.png index 56f2a1a360..57d443f5b9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-withError-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-withError-divider_off_.png index f5d39f29a2..3b3fe49e1c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-withError-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-withError-divider_on_.png index 2b2e41b7be..ac53ee27ab 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-withError-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-_off_.png index b9725df1d9..4c184396eb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-_on_.png index 5c092cf590..cf2a1b95a8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-divider_off_.png index 43fe962117..ccc867ac82 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-divider_on_.png index 1281fed2ef..fcd159d719 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-_off_.png index 271a460b76..ef877a7ecf 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-_on_.png index 56f2a1a360..57d443f5b9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-divider_off_.png index f5d39f29a2..3b3fe49e1c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-divider_on_.png index 2b2e41b7be..ac53ee27ab 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_off_.png index b9725df1d9..4c184396eb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_on_.png index 5c092cf590..cf2a1b95a8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_off_.png index 43fe962117..ccc867ac82 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_on_.png index 1281fed2ef..fcd159d719 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_off_.png index 271a460b76..ef877a7ecf 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_on_.png index 56f2a1a360..57d443f5b9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png index f5d39f29a2..3b3fe49e1c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png index 2b2e41b7be..ac53ee27ab 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-_off_.png index d99f820dec..86952dfc86 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-_on_.png index c601d4ffc0..a7c507b1f3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-divider_off_.png index 130a1c8475..4460c18c94 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-divider_on_.png index 517686b2a6..ec201d00b4 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-withError-_off_.png index 76e8860a29..27914921d3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-withError-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-withError-_on_.png index cada1cd465..20234cec0e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-withError-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-withError-divider_off_.png index f6476410df..367bcd7826 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-withError-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-withError-divider_on_.png index d7c0ddcd53..1cd37e149f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-withError-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_off_.png index d99f820dec..86952dfc86 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_on_.png index c601d4ffc0..a7c507b1f3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png index 130a1c8475..4460c18c94 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png index 517686b2a6..ec201d00b4 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-_off_.png index 76e8860a29..27914921d3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-_on_.png index cada1cd465..20234cec0e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_off_.png index f6476410df..367bcd7826 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_on_.png index d7c0ddcd53..1cd37e149f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Dark.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-_off_.png index 910e88ab3a..fd296dfc25 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-_on_.png index fcb8a2295b..9afd8e5849 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-divider_off_.png index b96a38cfae..2ba95be045 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-divider_on_.png index ef886cfe5c..6a4b57c333 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-_off_.png index 2163cbd50f..67ace83830 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-_on_.png index c0adc48e87..31b5ba3e84 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-divider_off_.png index c7c5feb4e8..ebc764aa89 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-divider_on_.png index 45b216dde2..6ff4ed80fb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-_off_.png index 8b6e7a1956..6515c4970e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-_on_.png index b4208a6417..0f97be9b8c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-divider_off_.png index 85429a0b65..b579f03c1f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-divider_on_.png index a455c26e29..f2c5fc562c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-_off_.png index dd0e1827a8..877d4be129 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-_on_.png index 28cf31bf0f..78df6087b9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-divider_off_.png index 9fa2ab7477..704069ded5 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-divider_on_.png index d2a2d9c82b..557270f954 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-_off_.png index 8b6e7a1956..6515c4970e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-_on_.png index b4208a6417..0f97be9b8c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_off_.png index 85429a0b65..b579f03c1f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_on_.png index a455c26e29..f2c5fc562c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_off_.png index dd0e1827a8..877d4be129 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_on_.png index 28cf31bf0f..78df6087b9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_off_.png index 9fa2ab7477..704069ded5 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_on_.png index d2a2d9c82b..557270f954 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_off_.png index 8b6e7a1956..6515c4970e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_on_.png index b4208a6417..0f97be9b8c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_off_.png index 85429a0b65..b579f03c1f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_on_.png index a455c26e29..f2c5fc562c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_off_.png index dd0e1827a8..877d4be129 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_on_.png index 28cf31bf0f..78df6087b9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png index 9fa2ab7477..704069ded5 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png index d2a2d9c82b..557270f954 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-_off_.png index 2c42fbf2a0..8f4119035d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-_on_.png index 4d6a4fdc27..6182f18fd0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-divider_off_.png index 9aaa439537..b5617a60e2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-divider_on_.png index 346e15c663..dd788e29d2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-_off_.png index 672c8b5129..6568adbf9c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-_on_.png index 8e21e15aa2..d9751875e1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-divider_off_.png index 8804c61fe9..ec4843b5b9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-divider_on_.png index 7c0ec84636..85392eff1b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-_off_.png index 2c42fbf2a0..8f4119035d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-_on_.png index 4d6a4fdc27..6182f18fd0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_off_.png index 9aaa439537..b5617a60e2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_on_.png index 346e15c663..dd788e29d2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_off_.png index 672c8b5129..6568adbf9c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_on_.png index 8e21e15aa2..d9751875e1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_off_.png index 8804c61fe9..ec4843b5b9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_on_.png index 7c0ec84636..85392eff1b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-default-label-withIcon-flipIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-_off_.png index c71a52d7cc..fdc8509e86 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-_on_.png index 7a6ba93ad9..1dd57cbb3f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-divider_off_.png index d6087520b4..707100e6fa 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-divider_on_.png index b4b25bab5c..47b63b8e61 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-withError-_off_.png index a2c02351ac..d297a5de16 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-withError-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-withError-_on_.png index e004d90dd1..1282f8f9e3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-withError-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-withError-divider_off_.png index 46e88886fc..e12993f0fc 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-withError-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-withError-divider_on_.png index 397c00afc3..8023388de0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-withError-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-_off_.png index c7046f3278..c168c23906 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-_on_.png index d393afd87c..8c8f6bf1fb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-divider_off_.png index c06a495917..08b426dd27 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-divider_on_.png index ab5b07f7e4..da00cf6cff 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-withError-_off_.png index 75068521be..87755c3493 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-withError-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-withError-_on_.png index 2307562eae..953284f192 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-withError-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-withError-divider_off_.png index 6aee56c804..e7d603db4e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-withError-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-withError-divider_on_.png index 55733360f0..6809aa40aa 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-withError-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-_off_.png index c7046f3278..c168c23906 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-_on_.png index d393afd87c..8c8f6bf1fb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-divider_off_.png index c06a495917..08b426dd27 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-divider_on_.png index ab5b07f7e4..da00cf6cff 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-_off_.png index 75068521be..87755c3493 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-_on_.png index 2307562eae..953284f192 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-divider_off_.png index 6aee56c804..e7d603db4e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-divider_on_.png index 55733360f0..6809aa40aa 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_off_.png index c7046f3278..c168c23906 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_on_.png index d393afd87c..8c8f6bf1fb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_off_.png index c06a495917..08b426dd27 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_on_.png index ab5b07f7e4..da00cf6cff 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_off_.png index 75068521be..87755c3493 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_on_.png index 2307562eae..953284f192 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png index 6aee56c804..e7d603db4e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png index 55733360f0..6809aa40aa 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withDescription-withIcon-flipIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-_off_.png index 25048d42f9..d2e8d8a19a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-_on_.png index e2cd663473..d30e1dd5e5 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-divider_off_.png index c02178c164..616cf9a7cd 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-divider_on_.png index 9061f43cba..b60a750a7e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-withError-_off_.png index 20724dbc9e..94201a942d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-withError-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-withError-_on_.png index 5a56c37cfa..231f06a3a4 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-withError-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-withError-divider_off_.png index 143cdbb6dd..ae9f910cac 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-withError-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-withError-divider_on_.png index bc76b748da..eb86d6614d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-withError-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_off_.png index 25048d42f9..d2e8d8a19a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_on_.png index e2cd663473..d30e1dd5e5 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png index c02178c164..616cf9a7cd 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png index 9061f43cba..b60a750a7e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-_off_.png index 20724dbc9e..94201a942d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-_on_.png index 5a56c37cfa..231f06a3a4 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_off_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_off_.png index 143cdbb6dd..ae9f910cac 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_off_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_off_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_on_.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_on_.png index bc76b748da..eb86d6614d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_on_.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/SwitchSnapshotsTestsTestCase/test_OrangeTheme_Light.Layout-inverse-label-withIcon-flipIcon-error-withError-divider_on_.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped_Outlinederror.png deleted file mode 100644 index 0719a42100..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped_Outlinederror.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png deleted file mode 100644 index 0719a42100..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png deleted file mode 100644 index 894a24d85d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlippederror.png deleted file mode 100644 index 894a24d85d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlippederror.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._Outlinederror.png deleted file mode 100644 index 0719a42100..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._Outlinederror.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._TrailingActionFlipped_Outlinederror.png deleted file mode 100644 index 0719a42100..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._TrailingActionFlipped_Outlinederror.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._TrailingActionFlippederror.png deleted file mode 100644 index 894a24d85d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._TrailingActionFlippederror.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark.error.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark.error.png deleted file mode 100644 index 894a24d85d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark.error.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped_Outlinederror.png deleted file mode 100644 index 3aedafaf25..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped_Outlinederror.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png deleted file mode 100644 index 3aedafaf25..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlippederror.png deleted file mode 100644 index 296d897d2d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlippederror.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlippederror.png deleted file mode 100644 index 296d897d2d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlippederror.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._Outlinederror.png deleted file mode 100644 index 3aedafaf25..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._Outlinederror.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._TrailingActionFlipped_Outlinederror.png deleted file mode 100644 index 3aedafaf25..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._TrailingActionFlipped_Outlinederror.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._TrailingActionFlippederror.png deleted file mode 100644 index 296d897d2d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._TrailingActionFlippederror.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light.error.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light.error.png deleted file mode 100644 index 296d897d2d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light.error.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped-disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped-disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped-disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped-disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped-enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped-enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped-enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped-enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped-readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped-readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped-readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped-readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped_Outlined-disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped_Outlined-disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped_Outlined-disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped_Outlined-disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped_Outlined-enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped_Outlined-enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped_Outlined-enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped_Outlined-enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped_Outlined-readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped_Outlined-readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped_Outlined-readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped_Outlined-readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped_Outlinederror.png new file mode 100644 index 0000000000..e37423afb7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlipped-disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlipped-disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlipped-disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlipped-disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlipped-enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlipped-enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlipped-enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlipped-enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlipped-readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlipped-readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlipped-readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlipped-readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlined-disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlined-disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlined-disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlined-disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlined-enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlined-enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlined-enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlined-enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlined-readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlined-readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlined-readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlined-readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png new file mode 100644 index 0000000000..e37423afb7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png new file mode 100644 index 0000000000..02bfdfb6a3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlippederror.png new file mode 100644 index 0000000000..02bfdfb6a3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._LeadingFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._Outlined-disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._Outlined-disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._Outlined-disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._Outlined-disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._Outlined-enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._Outlined-enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._Outlined-enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._Outlined-enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._Outlined-readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._Outlined-readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._Outlined-readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._Outlined-readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._Outlinederror.png new file mode 100644 index 0000000000..e37423afb7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._TrailingActionFlipped-disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._TrailingActionFlipped-disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._TrailingActionFlipped-disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._TrailingActionFlipped-disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._TrailingActionFlipped-enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._TrailingActionFlipped-enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._TrailingActionFlipped-enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._TrailingActionFlipped-enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._TrailingActionFlipped-readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._TrailingActionFlipped-readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._TrailingActionFlipped-readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._TrailingActionFlipped-readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._TrailingActionFlipped_Outlined-disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._TrailingActionFlipped_Outlined-disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._TrailingActionFlipped_Outlined-disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._TrailingActionFlipped_Outlined-disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._TrailingActionFlipped_Outlined-enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._TrailingActionFlipped_Outlined-enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._TrailingActionFlipped_Outlined-enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._TrailingActionFlipped_Outlined-enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._TrailingActionFlipped_Outlined-readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._TrailingActionFlipped_Outlined-readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark._TrailingActionFlipped_Outlined-readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._TrailingActionFlipped_Outlined-readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._TrailingActionFlipped_Outlinederror.png new file mode 100644 index 0000000000..e37423afb7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._TrailingActionFlippederror.png new file mode 100644 index 0000000000..02bfdfb6a3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark._TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark.disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark.disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark.disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark.disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark.enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark.enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark.enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark.enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark.error.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark.error.png new file mode 100644 index 0000000000..02bfdfb6a3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark.error.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark.readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark.readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Dark.readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Dark.readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped-disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped-disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped-disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped-disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped-enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped-enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped-enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped-enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped-readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped-readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped-readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped-readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped_Outlined-disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped_Outlined-disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped_Outlined-disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped_Outlined-disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped_Outlined-enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped_Outlined-enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped_Outlined-enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped_Outlined-enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped_Outlined-readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped_Outlined-readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped_Outlined-readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped_Outlined-readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped_Outlinederror.png new file mode 100644 index 0000000000..4f24d72f94 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlipped-disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlipped-disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlipped-disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlipped-disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlipped-enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlipped-enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlipped-enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlipped-enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlipped-readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlipped-readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlipped-readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlipped-readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlined-disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlined-disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlined-disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlined-disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlined-enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlined-enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlined-enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlined-enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlined-readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlined-readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlined-readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlined-readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png new file mode 100644 index 0000000000..4f24d72f94 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlippederror.png new file mode 100644 index 0000000000..9d65323e75 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlippederror.png new file mode 100644 index 0000000000..9d65323e75 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._LeadingFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._Outlined-disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._Outlined-disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._Outlined-disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._Outlined-disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._Outlined-enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._Outlined-enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._Outlined-enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._Outlined-enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._Outlined-readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._Outlined-readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._Outlined-readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._Outlined-readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._Outlinederror.png new file mode 100644 index 0000000000..4f24d72f94 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._TrailingActionFlipped-disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._TrailingActionFlipped-disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._TrailingActionFlipped-disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._TrailingActionFlipped-disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._TrailingActionFlipped-enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._TrailingActionFlipped-enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._TrailingActionFlipped-enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._TrailingActionFlipped-enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._TrailingActionFlipped-readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._TrailingActionFlipped-readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._TrailingActionFlipped-readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._TrailingActionFlipped-readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._TrailingActionFlipped_Outlined-disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._TrailingActionFlipped_Outlined-disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._TrailingActionFlipped_Outlined-disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._TrailingActionFlipped_Outlined-disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._TrailingActionFlipped_Outlined-enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._TrailingActionFlipped_Outlined-enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._TrailingActionFlipped_Outlined-enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._TrailingActionFlipped_Outlined-enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._TrailingActionFlipped_Outlined-readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._TrailingActionFlipped_Outlined-readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light._TrailingActionFlipped_Outlined-readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._TrailingActionFlipped_Outlined-readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._TrailingActionFlipped_Outlinederror.png new file mode 100644 index 0000000000..4f24d72f94 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._TrailingActionFlippederror.png new file mode 100644 index 0000000000..9d65323e75 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light._TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light.disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light.disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light.disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light.disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light.enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light.enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light.enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light.enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light.error.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light.error.png new file mode 100644 index 0000000000..9d65323e75 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light.error.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light.readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light.readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-Business-ToolsTheme_Light.readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_Orange-CompactTheme_Light.readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark._LeadingFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark._LeadingFlipped_Outlinederror.png index 59a95e9d8a..697a68f0b0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark._LeadingFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark._LeadingFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png index 59a95e9d8a..697a68f0b0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png index fefc37d788..e42d5d24e2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark._LeadingFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark._LeadingFlippederror.png index fefc37d788..e42d5d24e2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark._LeadingFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark._LeadingFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark._Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark._Outlinederror.png index 59a95e9d8a..697a68f0b0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark._Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark._Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark._TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark._TrailingActionFlipped_Outlinederror.png index 59a95e9d8a..697a68f0b0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark._TrailingActionFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark._TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark._TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark._TrailingActionFlippederror.png index fefc37d788..e42d5d24e2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark._TrailingActionFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark._TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark.error.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark.error.png index fefc37d788..e42d5d24e2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark.error.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Dark.error.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light._LeadingFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light._LeadingFlipped_Outlinederror.png index 866bf78cc4..14d515ab39 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light._LeadingFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light._LeadingFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png index 866bf78cc4..14d515ab39 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light._LeadingFlipped_TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light._LeadingFlipped_TrailingActionFlippederror.png index 53285d5fad..079bb4779c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light._LeadingFlipped_TrailingActionFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light._LeadingFlipped_TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light._LeadingFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light._LeadingFlippederror.png index 53285d5fad..079bb4779c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light._LeadingFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light._LeadingFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light._Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light._Outlinederror.png index 866bf78cc4..14d515ab39 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light._Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light._Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light._TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light._TrailingActionFlipped_Outlinederror.png index 866bf78cc4..14d515ab39 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light._TrailingActionFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light._TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light._TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light._TrailingActionFlippederror.png index 53285d5fad..079bb4779c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light._TrailingActionFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light._TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light.error.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light.error.png index 53285d5fad..079bb4779c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light.error.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_OrangeTheme_Light.error.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark._LeadingFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark._LeadingFlipped_Outlinederror.png index 9b95d2b7c2..0a08e32b48 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark._LeadingFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark._LeadingFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png index 9b95d2b7c2..0a08e32b48 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png index 7d9e39c278..c990c2d652 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark._LeadingFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark._LeadingFlippederror.png index 7d9e39c278..c990c2d652 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark._LeadingFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark._LeadingFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark._Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark._Outlinederror.png index 9b95d2b7c2..0a08e32b48 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark._Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark._Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark._TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark._TrailingActionFlipped_Outlinederror.png index 9b95d2b7c2..0a08e32b48 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark._TrailingActionFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark._TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark._TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark._TrailingActionFlippederror.png index 7d9e39c278..c990c2d652 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark._TrailingActionFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark._TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark.error.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark.error.png index 7d9e39c278..c990c2d652 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark.error.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Dark.error.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light._LeadingFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light._LeadingFlipped_Outlinederror.png index b50c959879..f3d00770f4 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light._LeadingFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light._LeadingFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png index b50c959879..f3d00770f4 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light._LeadingFlipped_TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light._LeadingFlipped_TrailingActionFlippederror.png index dc8fcc2bcf..b509dab318 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light._LeadingFlipped_TrailingActionFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light._LeadingFlipped_TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light._LeadingFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light._LeadingFlippederror.png index dc8fcc2bcf..b509dab318 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light._LeadingFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light._LeadingFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light._Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light._Outlinederror.png index b50c959879..f3d00770f4 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light._Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light._Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light._TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light._TrailingActionFlipped_Outlinederror.png index b50c959879..f3d00770f4 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light._TrailingActionFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light._TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light._TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light._TrailingActionFlippederror.png index dc8fcc2bcf..b509dab318 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light._TrailingActionFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light._TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light.error.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light.error.png index dc8fcc2bcf..b509dab318 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light.error.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_SoshTheme_Light.error.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark._LeadingFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark._LeadingFlipped_Outlinederror.png index 0b55c0909f..9d77f5b849 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark._LeadingFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark._LeadingFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png index 0b55c0909f..9d77f5b849 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png index 17377a75fa..b91cba0a9b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark._LeadingFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark._LeadingFlippederror.png index 17377a75fa..b91cba0a9b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark._LeadingFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark._LeadingFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark._Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark._Outlinederror.png index 0b55c0909f..9d77f5b849 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark._Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark._Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark._TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark._TrailingActionFlipped_Outlinederror.png index 0b55c0909f..9d77f5b849 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark._TrailingActionFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark._TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark._TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark._TrailingActionFlippederror.png index 17377a75fa..b91cba0a9b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark._TrailingActionFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark._TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark.error.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark.error.png index 17377a75fa..b91cba0a9b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark.error.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Dark.error.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light._LeadingFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light._LeadingFlipped_Outlinederror.png index acea9c763a..38cf87413c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light._LeadingFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light._LeadingFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png index acea9c763a..38cf87413c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light._LeadingFlipped_TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light._LeadingFlipped_TrailingActionFlippederror.png index 56271779a5..5bac359f4e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light._LeadingFlipped_TrailingActionFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light._LeadingFlipped_TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light._LeadingFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light._LeadingFlippederror.png index 56271779a5..5bac359f4e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light._LeadingFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light._LeadingFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light._Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light._Outlinederror.png index acea9c763a..38cf87413c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light._Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light._Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light._TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light._TrailingActionFlipped_Outlinederror.png index acea9c763a..38cf87413c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light._TrailingActionFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light._TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light._TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light._TrailingActionFlippederror.png index 56271779a5..5bac359f4e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light._TrailingActionFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light._TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light.error.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light.error.png index 56271779a5..5bac359f4e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light.error.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-helpers_WireframeTheme_Light.error.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped_Outlinederror.png deleted file mode 100644 index e745c417fd..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped_Outlinederror.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png deleted file mode 100644 index 7fd083c8ed..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png deleted file mode 100644 index 38cf1be5f9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlippederror.png deleted file mode 100644 index a0e876668f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlippederror.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._Outlinederror.png deleted file mode 100644 index 2046d0929b..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._Outlinederror.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._TrailingActionFlipped_Outlinederror.png deleted file mode 100644 index 24d76494f4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._TrailingActionFlipped_Outlinederror.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._TrailingActionFlippederror.png deleted file mode 100644 index 94f793c44a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._TrailingActionFlippederror.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark.error.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark.error.png deleted file mode 100644 index e919b27a4d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark.error.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped_Outlinederror.png deleted file mode 100644 index 84f1089eec..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped_Outlinederror.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png deleted file mode 100644 index b1f590ed27..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlippederror.png deleted file mode 100644 index 67313b7728..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlippederror.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlippederror.png deleted file mode 100644 index 7021dc5e88..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlippederror.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._Outlinederror.png deleted file mode 100644 index e87ecb94b4..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._Outlinederror.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._TrailingActionFlipped_Outlinederror.png deleted file mode 100644 index 2b856f7ec0..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._TrailingActionFlipped_Outlinederror.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._TrailingActionFlippederror.png deleted file mode 100644 index 193b543516..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._TrailingActionFlippederror.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light.error.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light.error.png deleted file mode 100644 index a192f6581d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light.error.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped-disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped-disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped-disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped-disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped-enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped-enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped-enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped-enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped-readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped-readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped-readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped-readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped_Outlined-disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped_Outlined-disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped_Outlined-disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped_Outlined-disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped_Outlined-enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped_Outlined-enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped_Outlined-enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped_Outlined-enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped_Outlined-readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped_Outlined-readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped_Outlined-readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped_Outlined-readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped_Outlinederror.png new file mode 100644 index 0000000000..b3464c03f3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlipped-disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlipped-disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlipped-disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlipped-disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlipped-enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlipped-enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlipped-enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlipped-enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlipped-readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlipped-readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlipped-readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlipped-readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlined-disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlined-disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlined-disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlined-disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlined-enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlined-enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlined-enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlined-enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlined-readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlined-readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlined-readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlined-readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png new file mode 100644 index 0000000000..ebfdeb7a1a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png new file mode 100644 index 0000000000..15e8479c19 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlippederror.png new file mode 100644 index 0000000000..8824fd3aa4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._LeadingFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._Outlined-disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._Outlined-disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._Outlined-disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._Outlined-disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._Outlined-enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._Outlined-enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._Outlined-enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._Outlined-enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._Outlined-readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._Outlined-readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._Outlined-readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._Outlined-readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._Outlinederror.png new file mode 100644 index 0000000000..f2cf923881 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._TrailingActionFlipped-disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._TrailingActionFlipped-disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._TrailingActionFlipped-disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._TrailingActionFlipped-disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._TrailingActionFlipped-enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._TrailingActionFlipped-enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._TrailingActionFlipped-enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._TrailingActionFlipped-enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._TrailingActionFlipped-readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._TrailingActionFlipped-readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._TrailingActionFlipped-readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._TrailingActionFlipped-readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._TrailingActionFlipped_Outlined-disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._TrailingActionFlipped_Outlined-disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._TrailingActionFlipped_Outlined-disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._TrailingActionFlipped_Outlined-disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._TrailingActionFlipped_Outlined-enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._TrailingActionFlipped_Outlined-enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._TrailingActionFlipped_Outlined-enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._TrailingActionFlipped_Outlined-enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._TrailingActionFlipped_Outlined-readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._TrailingActionFlipped_Outlined-readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark._TrailingActionFlipped_Outlined-readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._TrailingActionFlipped_Outlined-readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._TrailingActionFlipped_Outlinederror.png new file mode 100644 index 0000000000..a69c439585 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._TrailingActionFlippederror.png new file mode 100644 index 0000000000..c7b288adfc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark._TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark.disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark.disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark.disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark.disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark.enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark.enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark.enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark.enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark.error.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark.error.png new file mode 100644 index 0000000000..260e015f8a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark.error.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark.readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark.readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Dark.readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Dark.readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped-disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped-disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped-disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped-disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped-enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped-enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped-enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped-enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped-readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped-readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped-readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped-readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped_Outlined-disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped_Outlined-disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped_Outlined-disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped_Outlined-disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped_Outlined-enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped_Outlined-enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped_Outlined-enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped_Outlined-enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped_Outlined-readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped_Outlined-readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped_Outlined-readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped_Outlined-readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped_Outlinederror.png new file mode 100644 index 0000000000..18fe451233 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlipped-disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlipped-disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlipped-disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlipped-disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlipped-enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlipped-enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlipped-enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlipped-enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlipped-readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlipped-readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlipped-readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlipped-readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlined-disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlined-disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlined-disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlined-disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlined-enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlined-enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlined-enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlined-enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlined-readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlined-readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlined-readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlined-readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png new file mode 100644 index 0000000000..7d1b139761 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlippederror.png new file mode 100644 index 0000000000..7e17fa3c67 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlipped_TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlippederror.png new file mode 100644 index 0000000000..2ec5749640 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._LeadingFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._Outlined-disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._Outlined-disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._Outlined-disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._Outlined-disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._Outlined-enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._Outlined-enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._Outlined-enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._Outlined-enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._Outlined-readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._Outlined-readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._Outlined-readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._Outlined-readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._Outlinederror.png new file mode 100644 index 0000000000..a25679131c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._TrailingActionFlipped-disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._TrailingActionFlipped-disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._TrailingActionFlipped-disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._TrailingActionFlipped-disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._TrailingActionFlipped-enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._TrailingActionFlipped-enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._TrailingActionFlipped-enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._TrailingActionFlipped-enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._TrailingActionFlipped-readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._TrailingActionFlipped-readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._TrailingActionFlipped-readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._TrailingActionFlipped-readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._TrailingActionFlipped_Outlined-disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._TrailingActionFlipped_Outlined-disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._TrailingActionFlipped_Outlined-disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._TrailingActionFlipped_Outlined-disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._TrailingActionFlipped_Outlined-enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._TrailingActionFlipped_Outlined-enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._TrailingActionFlipped_Outlined-enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._TrailingActionFlipped_Outlined-enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._TrailingActionFlipped_Outlined-readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._TrailingActionFlipped_Outlined-readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light._TrailingActionFlipped_Outlined-readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._TrailingActionFlipped_Outlined-readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._TrailingActionFlipped_Outlinederror.png new file mode 100644 index 0000000000..f27eaa20de Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._TrailingActionFlippederror.png new file mode 100644 index 0000000000..754eca7af0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light._TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light.disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light.disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light.disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light.disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light.enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light.enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light.enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light.enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light.error.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light.error.png new file mode 100644 index 0000000000..ca253ad04c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light.error.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light.readOnly.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light.readOnly.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-Business-ToolsTheme_Light.readOnly.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_Orange-CompactTheme_Light.readOnly.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark._LeadingFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark._LeadingFlipped_Outlinederror.png index b5e549868c..b69bb54f54 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark._LeadingFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark._LeadingFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png index af74acd7fc..9ed1d9214f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png index 6ae5d0c2e3..073daa9e8a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark._LeadingFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark._LeadingFlippederror.png index 5b5a8ec2c7..4538b4b5d0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark._LeadingFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark._LeadingFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark._Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark._Outlinederror.png index e42b45c6d0..ae63a65ed1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark._Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark._Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark._TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark._TrailingActionFlipped_Outlinederror.png index 481847566b..d13389ba0c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark._TrailingActionFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark._TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark._TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark._TrailingActionFlippederror.png index 0945e38f5e..4d8cd059b8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark._TrailingActionFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark._TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark.error.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark.error.png index 89b3c904c6..10798eabee 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark.error.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Dark.error.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light._LeadingFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light._LeadingFlipped_Outlinederror.png index af1a29cfeb..59f4b217ae 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light._LeadingFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light._LeadingFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png index 4d72542c07..a6aa045dfc 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light._LeadingFlipped_TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light._LeadingFlipped_TrailingActionFlippederror.png index 833ee2d09e..4cd2e069d6 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light._LeadingFlipped_TrailingActionFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light._LeadingFlipped_TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light._LeadingFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light._LeadingFlippederror.png index 61c007c620..08cfe47374 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light._LeadingFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light._LeadingFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light._Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light._Outlinederror.png index 11e38ae70c..f74bfd35c7 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light._Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light._Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light._TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light._TrailingActionFlipped_Outlinederror.png index 23d0ee5c9a..b1a0a198d7 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light._TrailingActionFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light._TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light._TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light._TrailingActionFlippederror.png index b0279c2d2c..367eb7ab96 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light._TrailingActionFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light._TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light.error.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light.error.png index 466caac095..4e4a3a53d1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light.error.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_OrangeTheme_Light.error.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark._LeadingFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark._LeadingFlipped_Outlinederror.png index f66319302b..45c2c52156 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark._LeadingFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark._LeadingFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png index 68b4f6b48e..a65fe2d223 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png index f5a44406f0..59adbe5ca4 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark._LeadingFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark._LeadingFlippederror.png index 11a16fcfa3..7279f9e1c8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark._LeadingFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark._LeadingFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark._Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark._Outlinederror.png index 4628e30b85..f561e8f34d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark._Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark._Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark._TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark._TrailingActionFlipped_Outlinederror.png index b20ee9f23f..76dbda292f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark._TrailingActionFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark._TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark._TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark._TrailingActionFlippederror.png index 4816a48f54..5ce4d8958d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark._TrailingActionFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark._TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark.error.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark.error.png index 1da49684a1..64ea29a1a1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark.error.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Dark.error.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light._LeadingFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light._LeadingFlipped_Outlinederror.png index 32c4fb9881..da6b11c916 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light._LeadingFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light._LeadingFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png index ee059529b7..54845ec132 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light._LeadingFlipped_TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light._LeadingFlipped_TrailingActionFlippederror.png index f643162be8..89b7f9eabf 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light._LeadingFlipped_TrailingActionFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light._LeadingFlipped_TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light._LeadingFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light._LeadingFlippederror.png index fe8b21448a..9f093cf6bd 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light._LeadingFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light._LeadingFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light._Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light._Outlinederror.png index 58f6a8d768..1daab8ec11 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light._Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light._Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light._TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light._TrailingActionFlipped_Outlinederror.png index 4b0639b0fe..7f7200d49c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light._TrailingActionFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light._TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light._TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light._TrailingActionFlippederror.png index 971ed0d54f..4459123f7a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light._TrailingActionFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light._TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light.error.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light.error.png index 8251eefb43..5945659416 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light.error.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_SoshTheme_Light.error.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark._LeadingFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark._LeadingFlipped_Outlinederror.png index a6f4996899..98feb88c09 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark._LeadingFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark._LeadingFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png index 5ca850d6d3..645e93a6e2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark._LeadingFlipped_TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png index b13a80cd05..3a77d38f60 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark._LeadingFlipped_TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark._LeadingFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark._LeadingFlippederror.png index 9db5dcd45c..3d491f8412 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark._LeadingFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark._LeadingFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark._Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark._Outlinederror.png index 7f79741be3..60a94244c0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark._Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark._Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark._TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark._TrailingActionFlipped_Outlinederror.png index 660373bf97..3e94454043 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark._TrailingActionFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark._TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark._TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark._TrailingActionFlippederror.png index 3d01798b40..83a7431c18 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark._TrailingActionFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark._TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark.error.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark.error.png index f7b16e1362..a01939ec3e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark.error.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Dark.error.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light._LeadingFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light._LeadingFlipped_Outlinederror.png index db8a0952a0..2e024a7273 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light._LeadingFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light._LeadingFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png index 398488fb28..0a0e3f6fc2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light._LeadingFlipped_TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light._LeadingFlipped_TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light._LeadingFlipped_TrailingActionFlippederror.png index 0acf0cd75c..bbc539a6e7 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light._LeadingFlipped_TrailingActionFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light._LeadingFlipped_TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light._LeadingFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light._LeadingFlippederror.png index 7d605deb33..d38411439d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light._LeadingFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light._LeadingFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light._Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light._Outlinederror.png index b9740d1132..44f3c4c74b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light._Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light._Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light._TrailingActionFlipped_Outlinederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light._TrailingActionFlipped_Outlinederror.png index 8c79740e59..5e0ddc7e07 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light._TrailingActionFlipped_Outlinederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light._TrailingActionFlipped_Outlinederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light._TrailingActionFlippederror.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light._TrailingActionFlippederror.png index 302eed8399..d5d6907abd 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light._TrailingActionFlippederror.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light._TrailingActionFlippederror.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light.error.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light.error.png index ef5f8f48dc..93812e96d3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light.error.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Controls/__Snapshots__/TextInputSnapshotsTestsTestCase/test-styleAndStatus_WireframeTheme_Light.error.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_iconType_label-accent-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_iconType_label-accent-large.png deleted file mode 100644 index f64e2cf19c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_iconType_label-accent-large.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_iconType_label-accent-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_iconType_label-accent-medium.png deleted file mode 100644 index 9adda9eda9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_iconType_label-accent-medium.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_iconType_label-negative-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_iconType_label-negative-large.png deleted file mode 100644 index a81e10e54c..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_iconType_label-negative-large.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_iconType_label-negative-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_iconType_label-negative-medium.png deleted file mode 100644 index fca8ce517f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_iconType_label-negative-medium.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_iconType_label-neutral-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_iconType_label-neutral-large.png deleted file mode 100644 index 6c3a475dae..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_iconType_label-neutral-large.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_iconType_label-neutral-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_iconType_label-neutral-medium.png deleted file mode 100644 index b086bbc1f9..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_iconType_label-neutral-medium.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_iconType_label-accent-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_iconType_label-accent-large.png deleted file mode 100644 index c2c80c60bd..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_iconType_label-accent-large.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_iconType_label-accent-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_iconType_label-accent-medium.png deleted file mode 100644 index 585452f587..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_iconType_label-accent-medium.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_iconType_label-negative-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_iconType_label-negative-large.png deleted file mode 100644 index f54b074009..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_iconType_label-negative-large.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_iconType_label-negative-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_iconType_label-negative-medium.png deleted file mode 100644 index 92c3ca9019..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_iconType_label-negative-medium.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_iconType_label-neutral-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_iconType_label-neutral-large.png deleted file mode 100644 index c2a035aef3..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_iconType_label-neutral-large.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_iconType_label-neutral-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_iconType_label-neutral-medium.png deleted file mode 100644 index d6dc18ea02..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_iconType_label-neutral-medium.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label-accent-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label-accent-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label-accent-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label-accent-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label-info-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label-info-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label-info-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label-info-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label-negative-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label-negative-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label-negative-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label-negative-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label-neutral-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label-neutral-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label-neutral-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label-neutral-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label-positive-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label-positive-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label-positive-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label-positive-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label-warning-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label-warning-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label-warning-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label-warning-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label_maxCount-accent-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label_maxCount-accent-large.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label_maxCount-accent-large.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label_maxCount-accent-large.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label_maxCount-accent-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label_maxCount-accent-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label_maxCount-accent-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label_maxCount-accent-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label_maxCount-info-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label_maxCount-info-large.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label_maxCount-info-large.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label_maxCount-info-large.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label_maxCount-info-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label_maxCount-info-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label_maxCount-info-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label_maxCount-info-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label_maxCount-negative-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label_maxCount-negative-large.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label_maxCount-negative-large.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label_maxCount-negative-large.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label_maxCount-negative-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label_maxCount-negative-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label_maxCount-negative-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label_maxCount-negative-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label_maxCount-neutral-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label_maxCount-neutral-large.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label_maxCount-neutral-large.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label_maxCount-neutral-large.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label_maxCount-neutral-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label_maxCount-neutral-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label_maxCount-neutral-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label_maxCount-neutral-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label_maxCount-positive-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label_maxCount-positive-large.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label_maxCount-positive-large.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label_maxCount-positive-large.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label_maxCount-positive-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label_maxCount-positive-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label_maxCount-positive-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label_maxCount-positive-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label_maxCount-warning-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label_maxCount-warning-large.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label_maxCount-warning-large.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label_maxCount-warning-large.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label_maxCount-warning-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label_maxCount-warning-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_countType_label_maxCount-warning-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_countType_label_maxCount-warning-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_iconType_label-accent-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_iconType_label-accent-large.png new file mode 100644 index 0000000000..84d6bb16ae Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_iconType_label-accent-large.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_iconType_label-accent-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_iconType_label-accent-medium.png new file mode 100644 index 0000000000..7c2dc09aa1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_iconType_label-accent-medium.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_iconType_label-info-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_iconType_label-info-large.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_iconType_label-info-large.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_iconType_label-info-large.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_iconType_label-info-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_iconType_label-info-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_iconType_label-info-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_iconType_label-info-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_iconType_label-negative-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_iconType_label-negative-large.png new file mode 100644 index 0000000000..88c5c62cef Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_iconType_label-negative-large.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_iconType_label-negative-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_iconType_label-negative-medium.png new file mode 100644 index 0000000000..89f8553b1c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_iconType_label-negative-medium.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_iconType_label-neutral-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_iconType_label-neutral-large.png new file mode 100644 index 0000000000..052c71f263 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_iconType_label-neutral-large.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_iconType_label-neutral-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_iconType_label-neutral-medium.png new file mode 100644 index 0000000000..4c9d5d5ace Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_iconType_label-neutral-medium.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_iconType_label-positive-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_iconType_label-positive-large.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_iconType_label-positive-large.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_iconType_label-positive-large.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_iconType_label-positive-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_iconType_label-positive-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_iconType_label-positive-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_iconType_label-positive-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_iconType_label-warning-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_iconType_label-warning-large.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_iconType_label-warning-large.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_iconType_label-warning-large.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_iconType_label-warning-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_iconType_label-warning-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_iconType_label-warning-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_iconType_label-warning-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-accent-extraSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-accent-extraSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-accent-extraSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-accent-extraSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-accent-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-accent-large.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-accent-large.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-accent-large.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-accent-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-accent-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-accent-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-accent-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-accent-small.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-accent-small.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-accent-small.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-accent-small.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-info-extraSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-info-extraSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-info-extraSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-info-extraSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-info-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-info-large.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-info-large.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-info-large.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-info-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-info-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-info-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-info-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-info-small.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-info-small.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-info-small.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-info-small.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-negative-extraSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-negative-extraSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-negative-extraSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-negative-extraSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-negative-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-negative-large.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-negative-large.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-negative-large.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-negative-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-negative-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-negative-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-negative-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-negative-small.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-negative-small.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-negative-small.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-negative-small.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-neutral-extraSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-neutral-extraSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-neutral-extraSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-neutral-extraSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-neutral-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-neutral-large.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-neutral-large.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-neutral-large.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-neutral-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-neutral-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-neutral-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-neutral-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-neutral-small.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-neutral-small.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-neutral-small.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-neutral-small.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-positive-extraSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-positive-extraSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-positive-extraSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-positive-extraSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-positive-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-positive-large.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-positive-large.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-positive-large.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-positive-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-positive-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-positive-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-positive-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-positive-small.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-positive-small.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-positive-small.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-positive-small.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-warning-extraSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-warning-extraSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-warning-extraSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-warning-extraSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-warning-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-warning-large.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-warning-large.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-warning-large.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-warning-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-warning-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-warning-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-warning-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-warning-small.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-warning-small.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Dark.app_components_badge_standardType_label-warning-small.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Dark.app_components_badge_standardType_label-warning-small.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label-accent-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label-accent-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label-accent-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label-accent-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label-info-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label-info-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label-info-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label-info-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label-negative-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label-negative-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label-negative-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label-negative-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label-neutral-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label-neutral-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label-neutral-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label-neutral-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label-positive-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label-positive-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label-positive-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label-positive-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label-warning-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label-warning-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label-warning-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label-warning-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label_maxCount-accent-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label_maxCount-accent-large.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label_maxCount-accent-large.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label_maxCount-accent-large.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label_maxCount-accent-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label_maxCount-accent-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label_maxCount-accent-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label_maxCount-accent-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label_maxCount-info-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label_maxCount-info-large.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label_maxCount-info-large.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label_maxCount-info-large.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label_maxCount-info-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label_maxCount-info-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label_maxCount-info-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label_maxCount-info-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label_maxCount-negative-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label_maxCount-negative-large.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label_maxCount-negative-large.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label_maxCount-negative-large.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label_maxCount-negative-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label_maxCount-negative-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label_maxCount-negative-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label_maxCount-negative-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label_maxCount-neutral-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label_maxCount-neutral-large.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label_maxCount-neutral-large.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label_maxCount-neutral-large.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label_maxCount-neutral-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label_maxCount-neutral-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label_maxCount-neutral-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label_maxCount-neutral-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label_maxCount-positive-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label_maxCount-positive-large.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label_maxCount-positive-large.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label_maxCount-positive-large.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label_maxCount-positive-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label_maxCount-positive-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label_maxCount-positive-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label_maxCount-positive-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label_maxCount-warning-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label_maxCount-warning-large.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label_maxCount-warning-large.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label_maxCount-warning-large.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label_maxCount-warning-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label_maxCount-warning-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_countType_label_maxCount-warning-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_countType_label_maxCount-warning-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_iconType_label-accent-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_iconType_label-accent-large.png new file mode 100644 index 0000000000..f8eea48ae2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_iconType_label-accent-large.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_iconType_label-accent-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_iconType_label-accent-medium.png new file mode 100644 index 0000000000..196385ce6f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_iconType_label-accent-medium.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_iconType_label-info-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_iconType_label-info-large.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_iconType_label-info-large.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_iconType_label-info-large.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_iconType_label-info-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_iconType_label-info-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_iconType_label-info-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_iconType_label-info-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_iconType_label-negative-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_iconType_label-negative-large.png new file mode 100644 index 0000000000..25b7126410 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_iconType_label-negative-large.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_iconType_label-negative-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_iconType_label-negative-medium.png new file mode 100644 index 0000000000..c77215c474 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_iconType_label-negative-medium.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_iconType_label-neutral-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_iconType_label-neutral-large.png new file mode 100644 index 0000000000..1a1786eb13 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_iconType_label-neutral-large.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_iconType_label-neutral-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_iconType_label-neutral-medium.png new file mode 100644 index 0000000000..f8b76a0e91 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_iconType_label-neutral-medium.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_iconType_label-positive-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_iconType_label-positive-large.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_iconType_label-positive-large.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_iconType_label-positive-large.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_iconType_label-positive-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_iconType_label-positive-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_iconType_label-positive-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_iconType_label-positive-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_iconType_label-warning-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_iconType_label-warning-large.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_iconType_label-warning-large.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_iconType_label-warning-large.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_iconType_label-warning-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_iconType_label-warning-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_iconType_label-warning-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_iconType_label-warning-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-accent-extraSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-accent-extraSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-accent-extraSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-accent-extraSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-accent-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-accent-large.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-accent-large.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-accent-large.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-accent-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-accent-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-accent-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-accent-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-accent-small.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-accent-small.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-accent-small.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-accent-small.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-info-extraSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-info-extraSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-info-extraSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-info-extraSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-info-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-info-large.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-info-large.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-info-large.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-info-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-info-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-info-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-info-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-info-small.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-info-small.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-info-small.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-info-small.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-negative-extraSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-negative-extraSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-negative-extraSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-negative-extraSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-negative-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-negative-large.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-negative-large.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-negative-large.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-negative-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-negative-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-negative-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-negative-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-negative-small.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-negative-small.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-negative-small.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-negative-small.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-neutral-extraSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-neutral-extraSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-neutral-extraSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-neutral-extraSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-neutral-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-neutral-large.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-neutral-large.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-neutral-large.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-neutral-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-neutral-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-neutral-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-neutral-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-neutral-small.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-neutral-small.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-neutral-small.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-neutral-small.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-positive-extraSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-positive-extraSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-positive-extraSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-positive-extraSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-positive-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-positive-large.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-positive-large.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-positive-large.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-positive-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-positive-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-positive-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-positive-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-positive-small.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-positive-small.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-positive-small.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-positive-small.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-warning-extraSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-warning-extraSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-warning-extraSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-warning-extraSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-warning-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-warning-large.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-warning-large.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-warning-large.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-warning-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-warning-medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-warning-medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-warning-medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-warning-small.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-warning-small.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-Business-ToolsTheme_Light.app_components_badge_standardType_label-warning-small.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_Orange-CompactTheme_Light.app_components_badge_standardType_label-warning-small.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Dark.app_components_badge_iconType_label-accent-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Dark.app_components_badge_iconType_label-accent-large.png index f64e2cf19c..84d6bb16ae 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Dark.app_components_badge_iconType_label-accent-large.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Dark.app_components_badge_iconType_label-accent-large.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Dark.app_components_badge_iconType_label-accent-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Dark.app_components_badge_iconType_label-accent-medium.png index 9adda9eda9..7c2dc09aa1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Dark.app_components_badge_iconType_label-accent-medium.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Dark.app_components_badge_iconType_label-accent-medium.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Dark.app_components_badge_iconType_label-negative-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Dark.app_components_badge_iconType_label-negative-large.png index a81e10e54c..88c5c62cef 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Dark.app_components_badge_iconType_label-negative-large.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Dark.app_components_badge_iconType_label-negative-large.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Dark.app_components_badge_iconType_label-negative-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Dark.app_components_badge_iconType_label-negative-medium.png index fca8ce517f..89f8553b1c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Dark.app_components_badge_iconType_label-negative-medium.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Dark.app_components_badge_iconType_label-negative-medium.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Dark.app_components_badge_iconType_label-neutral-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Dark.app_components_badge_iconType_label-neutral-large.png index 6c3a475dae..052c71f263 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Dark.app_components_badge_iconType_label-neutral-large.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Dark.app_components_badge_iconType_label-neutral-large.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Dark.app_components_badge_iconType_label-neutral-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Dark.app_components_badge_iconType_label-neutral-medium.png index b086bbc1f9..4c9d5d5ace 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Dark.app_components_badge_iconType_label-neutral-medium.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Dark.app_components_badge_iconType_label-neutral-medium.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Light.app_components_badge_iconType_label-accent-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Light.app_components_badge_iconType_label-accent-large.png index c2c80c60bd..f8eea48ae2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Light.app_components_badge_iconType_label-accent-large.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Light.app_components_badge_iconType_label-accent-large.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Light.app_components_badge_iconType_label-accent-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Light.app_components_badge_iconType_label-accent-medium.png index 585452f587..196385ce6f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Light.app_components_badge_iconType_label-accent-medium.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Light.app_components_badge_iconType_label-accent-medium.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Light.app_components_badge_iconType_label-negative-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Light.app_components_badge_iconType_label-negative-large.png index f54b074009..25b7126410 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Light.app_components_badge_iconType_label-negative-large.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Light.app_components_badge_iconType_label-negative-large.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Light.app_components_badge_iconType_label-negative-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Light.app_components_badge_iconType_label-negative-medium.png index 92c3ca9019..c77215c474 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Light.app_components_badge_iconType_label-negative-medium.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Light.app_components_badge_iconType_label-negative-medium.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Light.app_components_badge_iconType_label-neutral-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Light.app_components_badge_iconType_label-neutral-large.png index c2a035aef3..1a1786eb13 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Light.app_components_badge_iconType_label-neutral-large.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Light.app_components_badge_iconType_label-neutral-large.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Light.app_components_badge_iconType_label-neutral-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Light.app_components_badge_iconType_label-neutral-medium.png index d6dc18ea02..f8b76a0e91 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Light.app_components_badge_iconType_label-neutral-medium.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_OrangeTheme_Light.app_components_badge_iconType_label-neutral-medium.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Dark.app_components_badge_iconType_label-accent-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Dark.app_components_badge_iconType_label-accent-large.png index 25273533a5..289a75763f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Dark.app_components_badge_iconType_label-accent-large.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Dark.app_components_badge_iconType_label-accent-large.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Dark.app_components_badge_iconType_label-accent-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Dark.app_components_badge_iconType_label-accent-medium.png index 5fcb701945..4bdc4e5644 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Dark.app_components_badge_iconType_label-accent-medium.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Dark.app_components_badge_iconType_label-accent-medium.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Dark.app_components_badge_iconType_label-neutral-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Dark.app_components_badge_iconType_label-neutral-large.png index eb9b1d4ce4..e02f79b3f1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Dark.app_components_badge_iconType_label-neutral-large.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Dark.app_components_badge_iconType_label-neutral-large.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Dark.app_components_badge_iconType_label-neutral-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Dark.app_components_badge_iconType_label-neutral-medium.png index a6b9faf07c..bd6efe23a8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Dark.app_components_badge_iconType_label-neutral-medium.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Dark.app_components_badge_iconType_label-neutral-medium.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Light.app_components_badge_iconType_label-accent-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Light.app_components_badge_iconType_label-accent-large.png index d70d198da1..13f9d65114 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Light.app_components_badge_iconType_label-accent-large.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Light.app_components_badge_iconType_label-accent-large.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Light.app_components_badge_iconType_label-accent-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Light.app_components_badge_iconType_label-accent-medium.png index 666b8c5c78..7b52e4672c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Light.app_components_badge_iconType_label-accent-medium.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Light.app_components_badge_iconType_label-accent-medium.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Light.app_components_badge_iconType_label-neutral-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Light.app_components_badge_iconType_label-neutral-large.png index c2a035aef3..e7ef380414 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Light.app_components_badge_iconType_label-neutral-large.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Light.app_components_badge_iconType_label-neutral-large.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Light.app_components_badge_iconType_label-neutral-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Light.app_components_badge_iconType_label-neutral-medium.png index d6dc18ea02..aa7602dbe1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Light.app_components_badge_iconType_label-neutral-medium.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_SoshTheme_Light.app_components_badge_iconType_label-neutral-medium.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Dark.app_components_badge_iconType_label-accent-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Dark.app_components_badge_iconType_label-accent-large.png index d6a2a0c726..53304b3204 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Dark.app_components_badge_iconType_label-accent-large.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Dark.app_components_badge_iconType_label-accent-large.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Dark.app_components_badge_iconType_label-accent-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Dark.app_components_badge_iconType_label-accent-medium.png index ebc7060190..96d405d92c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Dark.app_components_badge_iconType_label-accent-medium.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Dark.app_components_badge_iconType_label-accent-medium.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Dark.app_components_badge_iconType_label-neutral-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Dark.app_components_badge_iconType_label-neutral-large.png index f66a644eac..ca78bd9a71 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Dark.app_components_badge_iconType_label-neutral-large.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Dark.app_components_badge_iconType_label-neutral-large.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Dark.app_components_badge_iconType_label-neutral-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Dark.app_components_badge_iconType_label-neutral-medium.png index b8592cb285..223c0f7102 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Dark.app_components_badge_iconType_label-neutral-medium.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Dark.app_components_badge_iconType_label-neutral-medium.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Light.app_components_badge_iconType_label-accent-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Light.app_components_badge_iconType_label-accent-large.png index 7ce473037d..d58120f9b4 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Light.app_components_badge_iconType_label-accent-large.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Light.app_components_badge_iconType_label-accent-large.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Light.app_components_badge_iconType_label-accent-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Light.app_components_badge_iconType_label-accent-medium.png index d84205017b..0dd01307bb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Light.app_components_badge_iconType_label-accent-medium.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Light.app_components_badge_iconType_label-accent-medium.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Light.app_components_badge_iconType_label-neutral-large.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Light.app_components_badge_iconType_label-neutral-large.png index 3e5cac45b1..15e104dce2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Light.app_components_badge_iconType_label-neutral-large.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Light.app_components_badge_iconType_label-neutral-large.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Light.app_components_badge_iconType_label-neutral-medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Light.app_components_badge_iconType_label-neutral-medium.png index 3454b9f9db..dee7f07840 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Light.app_components_badge_iconType_label-neutral-medium.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/BadgeSnapshotsTestsTestCase/testBadge_WireframeTheme_Light.app_components_badge_iconType_label-neutral-medium.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testInputTag_Orange-Business-ToolsTheme_Dark..png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testInputTag_Orange-CompactTheme_Dark..png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testInputTag_Orange-Business-ToolsTheme_Dark..png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testInputTag_Orange-CompactTheme_Dark..png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testInputTag_Orange-Business-ToolsTheme_Dark._Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testInputTag_Orange-CompactTheme_Dark._Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testInputTag_Orange-Business-ToolsTheme_Dark._Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testInputTag_Orange-CompactTheme_Dark._Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testInputTag_Orange-Business-ToolsTheme_Light..png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testInputTag_Orange-CompactTheme_Light..png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testInputTag_Orange-Business-ToolsTheme_Light..png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testInputTag_Orange-CompactTheme_Light..png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testInputTag_Orange-Business-ToolsTheme_Light._Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testInputTag_Orange-CompactTheme_Light._Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testInputTag_Orange-Business-ToolsTheme_Light._Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testInputTag_Orange-CompactTheme_Light._Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png deleted file mode 100644 index adefbf4f65..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png deleted file mode 100644 index d70da6706a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Disabled.png deleted file mode 100644 index adefbf4f65..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Disabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Enabled.png deleted file mode 100644 index d70da6706a..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png deleted file mode 100644 index f201b86223..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png deleted file mode 100644 index 33add152a8..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-default-square_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-default-square_Disabled.png deleted file mode 100644 index f201b86223..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-default-square_Disabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-default-square_Enabled.png deleted file mode 100644 index 33add152a8..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-default-square_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png deleted file mode 100644 index 550b803a2f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png deleted file mode 100644 index d93d2bcc7e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Disabled.png deleted file mode 100644 index 550b803a2f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Disabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Enabled.png deleted file mode 100644 index d93d2bcc7e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png deleted file mode 100644 index 54b42d14bf..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png deleted file mode 100644 index d2ef118070..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-small-square_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-small-square_Disabled.png deleted file mode 100644 index 54b42d14bf..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-small-square_Disabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-small-square_Enabled.png deleted file mode 100644 index d2ef118070..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-accent-small-square_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-negative-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-negative-default-rounded_Enabled.png deleted file mode 100644 index d7b1dab4e8..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-negative-default-rounded_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-negative-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-negative-default-square_Enabled.png deleted file mode 100644 index 41c1754660..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-negative-default-square_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-negative-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-negative-small-rounded_Enabled.png deleted file mode 100644 index 19ffe6fb48..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-negative-small-rounded_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-negative-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-negative-small-square_Enabled.png deleted file mode 100644 index 4980cf3a0f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-negative-small-square_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png deleted file mode 100644 index 838319e3ad..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-neutral-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-neutral-default-rounded_Enabled.png deleted file mode 100644 index 838319e3ad..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-neutral-default-rounded_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png deleted file mode 100644 index 809d6a3b15..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-neutral-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-neutral-default-square_Enabled.png deleted file mode 100644 index 809d6a3b15..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-neutral-default-square_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png deleted file mode 100644 index 5137f90427..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-neutral-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-neutral-small-rounded_Enabled.png deleted file mode 100644 index 5137f90427..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-neutral-small-rounded_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png deleted file mode 100644 index 37b3629967..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-neutral-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-neutral-small-square_Enabled.png deleted file mode 100644 index 37b3629967..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-neutral-small-square_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png deleted file mode 100644 index 2ea3b75b05..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-accent-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-accent-default-rounded_Enabled.png deleted file mode 100644 index 2ea3b75b05..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-accent-default-rounded_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png deleted file mode 100644 index 20079d5dba..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-accent-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-accent-default-square_Enabled.png deleted file mode 100644 index 20079d5dba..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-accent-default-square_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png deleted file mode 100644 index 6cd0e0e743..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-accent-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-accent-small-rounded_Enabled.png deleted file mode 100644 index 6cd0e0e743..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-accent-small-rounded_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png deleted file mode 100644 index e6ac3135ce..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-accent-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-accent-small-square_Enabled.png deleted file mode 100644 index e6ac3135ce..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-accent-small-square_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-negative-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-negative-default-rounded_Enabled.png deleted file mode 100644 index b6c1791494..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-negative-default-rounded_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-negative-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-negative-default-square_Enabled.png deleted file mode 100644 index 4fda901fa3..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-negative-default-square_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-negative-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-negative-small-rounded_Enabled.png deleted file mode 100644 index 6209bf180f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-negative-small-rounded_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-negative-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-negative-small-square_Enabled.png deleted file mode 100644 index 481be3d8e5..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-negative-small-square_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png deleted file mode 100644 index fdc9387d1f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-neutral-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-neutral-default-rounded_Enabled.png deleted file mode 100644 index fdc9387d1f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-neutral-default-rounded_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png deleted file mode 100644 index 1428ef5903..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-neutral-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-neutral-default-square_Enabled.png deleted file mode 100644 index 1428ef5903..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-neutral-default-square_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png deleted file mode 100644 index 4f2e020339..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-neutral-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-neutral-small-rounded_Enabled.png deleted file mode 100644 index 4f2e020339..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-neutral-small-rounded_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png deleted file mode 100644 index 679fdd81e7..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-neutral-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-neutral-small-square_Enabled.png deleted file mode 100644 index 679fdd81e7..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-neutral-small-square_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png deleted file mode 100644 index b27ca69430..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png deleted file mode 100644 index c767948937..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-default-rounded_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-default-rounded_Disabled.png deleted file mode 100644 index b27ca69430..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-default-rounded_Disabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-default-rounded_Enabled.png deleted file mode 100644 index c767948937..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-default-rounded_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png deleted file mode 100644 index ecdaee8cb5..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png deleted file mode 100644 index 3d0820a108..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-default-square_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-default-square_Disabled.png deleted file mode 100644 index ecdaee8cb5..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-default-square_Disabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-default-square_Enabled.png deleted file mode 100644 index 3d0820a108..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-default-square_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png deleted file mode 100644 index 326db444a8..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png deleted file mode 100644 index 60525ae76f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-small-rounded_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-small-rounded_Disabled.png deleted file mode 100644 index 326db444a8..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-small-rounded_Disabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-small-rounded_Enabled.png deleted file mode 100644 index 60525ae76f..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-small-rounded_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png deleted file mode 100644 index c70d34be07..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png deleted file mode 100644 index bb8f0e0282..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-small-square_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-small-square_Disabled.png deleted file mode 100644 index c70d34be07..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-small-square_Disabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-small-square_Enabled.png deleted file mode 100644 index bb8f0e0282..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-accent-small-square_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-negative-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-negative-default-rounded_Enabled.png deleted file mode 100644 index c1b70b59ad..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-negative-default-rounded_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-negative-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-negative-default-square_Enabled.png deleted file mode 100644 index 6177662b82..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-negative-default-square_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-negative-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-negative-small-rounded_Enabled.png deleted file mode 100644 index da80bbf0f3..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-negative-small-rounded_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-negative-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-negative-small-square_Enabled.png deleted file mode 100644 index 211a5342b5..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-negative-small-square_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png deleted file mode 100644 index 61541c1269..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-neutral-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-neutral-default-rounded_Enabled.png deleted file mode 100644 index 61541c1269..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-neutral-default-rounded_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png deleted file mode 100644 index 93cf7d1078..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-neutral-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-neutral-default-square_Enabled.png deleted file mode 100644 index 93cf7d1078..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-neutral-default-square_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png deleted file mode 100644 index df00772c5e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-neutral-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-neutral-small-rounded_Enabled.png deleted file mode 100644 index df00772c5e..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-neutral-small-rounded_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png deleted file mode 100644 index 9e0783b3ae..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-neutral-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-neutral-small-square_Enabled.png deleted file mode 100644 index 9e0783b3ae..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-neutral-small-square_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png deleted file mode 100644 index c2a59c3ada..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-accent-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-accent-default-rounded_Enabled.png deleted file mode 100644 index c2a59c3ada..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-accent-default-rounded_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png deleted file mode 100644 index 363aa11334..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-accent-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-accent-default-square_Enabled.png deleted file mode 100644 index 363aa11334..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-accent-default-square_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png deleted file mode 100644 index 98343ab415..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-accent-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-accent-small-rounded_Enabled.png deleted file mode 100644 index 98343ab415..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-accent-small-rounded_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png deleted file mode 100644 index 5982ef9968..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-accent-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-accent-small-square_Enabled.png deleted file mode 100644 index 5982ef9968..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-accent-small-square_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-negative-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-negative-default-rounded_Enabled.png deleted file mode 100644 index e553f168d6..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-negative-default-rounded_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-negative-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-negative-default-square_Enabled.png deleted file mode 100644 index 3202822c89..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-negative-default-square_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-negative-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-negative-small-rounded_Enabled.png deleted file mode 100644 index 934cde2470..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-negative-small-rounded_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-negative-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-negative-small-square_Enabled.png deleted file mode 100644 index 0b22b88973..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-negative-small-square_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png deleted file mode 100644 index 2f4ffee6df..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-neutral-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-neutral-default-rounded_Enabled.png deleted file mode 100644 index 2f4ffee6df..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-neutral-default-rounded_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png deleted file mode 100644 index 5c9002ea7b..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-neutral-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-neutral-default-square_Enabled.png deleted file mode 100644 index 5c9002ea7b..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-neutral-default-square_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png deleted file mode 100644 index e289cf495d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-neutral-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-neutral-small-rounded_Enabled.png deleted file mode 100644 index e289cf495d..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-neutral-small-rounded_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png deleted file mode 100644 index 88099dbfdd..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-neutral-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-neutral-small-square_Enabled.png deleted file mode 100644 index 88099dbfdd..0000000000 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-neutral-small-square_Enabled.png and /dev/null differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-accent-default-rounded_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-accent-default-rounded_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-accent-default-rounded_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-accent-default-rounded_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-accent-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-accent-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-accent-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-accent-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-accent-default-square_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-accent-default-square_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-accent-default-square_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-accent-default-square_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-accent-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-accent-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-accent-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-accent-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-accent-small-rounded_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-accent-small-rounded_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-accent-small-rounded_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-accent-small-rounded_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-accent-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-accent-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-accent-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-accent-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-accent-small-square_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-accent-small-square_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-accent-small-square_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-accent-small-square_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-accent-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-accent-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-accent-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-accent-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-info-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-info-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-info-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-info-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-info-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-info-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-info-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-info-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-info-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-info-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-info-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-info-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-info-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-info-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-info-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-info-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-negative-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-negative-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-negative-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-negative-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-negative-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-negative-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-negative-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-negative-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-negative-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-negative-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-negative-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-negative-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-negative-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-negative-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-negative-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-negative-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-neutral-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-neutral-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-neutral-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-neutral-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-neutral-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-neutral-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-neutral-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-neutral-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-neutral-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-neutral-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-neutral-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-neutral-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-neutral-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-neutral-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-neutral-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-neutral-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-positive-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-positive-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-positive-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-positive-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-positive-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-positive-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-positive-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-positive-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-positive-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-positive-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-positive-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-positive-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-positive-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-positive-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-positive-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-positive-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-warning-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-warning-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-warning-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-warning-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-warning-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-warning-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-warning-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-warning-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-warning-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-warning-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-warning-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-warning-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-warning-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-warning-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-emphasized-warning-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-emphasized-warning-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-accent-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-accent-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-accent-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-accent-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-accent-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-accent-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-accent-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-accent-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-accent-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-accent-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-accent-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-accent-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-accent-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-accent-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-accent-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-accent-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-info-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-info-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-info-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-info-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-info-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-info-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-info-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-info-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-info-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-info-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-info-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-info-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-info-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-info-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-info-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-info-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-negative-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-negative-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-negative-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-negative-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-negative-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-negative-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-negative-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-negative-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-negative-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-negative-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-negative-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-negative-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-negative-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-negative-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-negative-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-negative-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-neutral-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-neutral-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-neutral-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-neutral-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-neutral-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-neutral-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-neutral-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-neutral-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-neutral-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-neutral-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-neutral-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-neutral-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-neutral-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-neutral-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-neutral-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-neutral-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-positive-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-positive-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-positive-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-positive-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-positive-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-positive-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-positive-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-positive-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-positive-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-positive-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-positive-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-positive-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-positive-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-positive-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-positive-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-positive-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-warning-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-warning-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-warning-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-warning-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-warning-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-warning-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-warning-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-warning-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-warning-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-warning-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-warning-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-warning-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-warning-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-warning-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet-muted-warning-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndBullet-muted-warning-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png new file mode 100644 index 0000000000..36b9199e27 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png new file mode 100644 index 0000000000..a7dc6fa0da Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Disabled.png new file mode 100644 index 0000000000..5030ac42a8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Enabled.png new file mode 100644 index 0000000000..694ea56dea Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png new file mode 100644 index 0000000000..9ae9036078 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png new file mode 100644 index 0000000000..9d139dec50 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-default-square_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-default-square_Disabled.png new file mode 100644 index 0000000000..40222ff923 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-default-square_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-default-square_Enabled.png new file mode 100644 index 0000000000..30c87d9485 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png new file mode 100644 index 0000000000..d1b875a868 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png new file mode 100644 index 0000000000..aa3a0d6191 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Disabled.png new file mode 100644 index 0000000000..4631796685 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Enabled.png new file mode 100644 index 0000000000..4faad6b108 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png new file mode 100644 index 0000000000..bf3a076a4e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png new file mode 100644 index 0000000000..eccb46bcc4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-small-square_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-small-square_Disabled.png new file mode 100644 index 0000000000..7323a3952e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-small-square_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-small-square_Enabled.png new file mode 100644 index 0000000000..219447c0e0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-accent-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-info-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-info-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-info-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-info-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-info-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-info-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-info-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-info-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-info-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-info-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-info-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-info-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-info-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-info-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-info-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-info-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-negative-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-negative-default-rounded_Enabled.png new file mode 100644 index 0000000000..9dc1b3640f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-negative-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-negative-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-negative-default-square_Enabled.png new file mode 100644 index 0000000000..0b60e64386 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-negative-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-negative-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-negative-small-rounded_Enabled.png new file mode 100644 index 0000000000..d315fcbb2c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-negative-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-negative-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-negative-small-square_Enabled.png new file mode 100644 index 0000000000..0ca78bce27 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-negative-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png new file mode 100644 index 0000000000..55896293bd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-neutral-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-neutral-default-rounded_Enabled.png new file mode 100644 index 0000000000..48139ec868 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-neutral-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png new file mode 100644 index 0000000000..0b20401ab7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-neutral-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-neutral-default-square_Enabled.png new file mode 100644 index 0000000000..99087317e3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-neutral-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png new file mode 100644 index 0000000000..40262a575f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-neutral-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-neutral-small-rounded_Enabled.png new file mode 100644 index 0000000000..3a37ff9972 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-neutral-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png new file mode 100644 index 0000000000..a31589a4d6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-neutral-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-neutral-small-square_Enabled.png new file mode 100644 index 0000000000..7f5f2ff746 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-neutral-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-positive-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-positive-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-positive-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-positive-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-positive-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-positive-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-positive-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-positive-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-positive-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-positive-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-positive-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-positive-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-positive-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-positive-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-positive-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-positive-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-warning-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-warning-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-warning-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-warning-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-warning-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-warning-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-warning-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-warning-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-warning-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-warning-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-warning-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-warning-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-warning-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-warning-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-emphasized-warning-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-emphasized-warning-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png new file mode 100644 index 0000000000..a442f7a5ab Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-accent-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-accent-default-rounded_Enabled.png new file mode 100644 index 0000000000..70d4e7d42f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-accent-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png new file mode 100644 index 0000000000..bc9868c8f4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-accent-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-accent-default-square_Enabled.png new file mode 100644 index 0000000000..3db2945984 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-accent-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png new file mode 100644 index 0000000000..2119982d16 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-accent-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-accent-small-rounded_Enabled.png new file mode 100644 index 0000000000..7bdeda2f9d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-accent-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png new file mode 100644 index 0000000000..9e7dbbbc6b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-accent-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-accent-small-square_Enabled.png new file mode 100644 index 0000000000..93720eea7e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-accent-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-info-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-info-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-info-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-info-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-info-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-info-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-info-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-info-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-info-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-info-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-info-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-info-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-info-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-info-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-info-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-info-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-negative-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-negative-default-rounded_Enabled.png new file mode 100644 index 0000000000..bab7ba139a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-negative-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-negative-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-negative-default-square_Enabled.png new file mode 100644 index 0000000000..09d915aaaf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-negative-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-negative-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-negative-small-rounded_Enabled.png new file mode 100644 index 0000000000..2134c83c7b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-negative-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-negative-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-negative-small-square_Enabled.png new file mode 100644 index 0000000000..cf3604605c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-negative-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png new file mode 100644 index 0000000000..89c289c0fe Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-neutral-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-neutral-default-rounded_Enabled.png new file mode 100644 index 0000000000..eb302c1f1e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-neutral-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png new file mode 100644 index 0000000000..9b25357773 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-neutral-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-neutral-default-square_Enabled.png new file mode 100644 index 0000000000..5f4a0e5114 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-neutral-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png new file mode 100644 index 0000000000..2b3bd0d4f4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-neutral-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-neutral-small-rounded_Enabled.png new file mode 100644 index 0000000000..30d26ae4fa Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-neutral-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png new file mode 100644 index 0000000000..b48ff01d4b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-neutral-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-neutral-small-square_Enabled.png new file mode 100644 index 0000000000..7761b6c556 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-neutral-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-positive-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-positive-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-positive-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-positive-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-positive-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-positive-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-positive-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-positive-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-positive-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-positive-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-positive-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-positive-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-positive-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-positive-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-positive-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-positive-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-warning-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-warning-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-warning-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-warning-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-warning-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-warning-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-warning-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-warning-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-warning-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-warning-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-warning-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-warning-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-warning-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-warning-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon-muted-warning-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textAndIcon-muted-warning-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-accent-default-rounded_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-accent-default-rounded_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-accent-default-rounded_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-accent-default-rounded_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-accent-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-accent-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-accent-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-accent-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-accent-default-square_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-accent-default-square_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-accent-default-square_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-accent-default-square_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-accent-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-accent-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-accent-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-accent-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-accent-small-rounded_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-accent-small-rounded_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-accent-small-rounded_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-accent-small-rounded_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-accent-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-accent-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-accent-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-accent-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-accent-small-square_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-accent-small-square_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-accent-small-square_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-accent-small-square_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-accent-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-accent-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-accent-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-accent-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-info-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-info-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-info-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-info-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-info-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-info-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-info-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-info-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-info-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-info-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-info-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-info-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-info-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-info-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-info-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-info-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-negative-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-negative-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-negative-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-negative-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-negative-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-negative-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-negative-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-negative-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-negative-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-negative-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-negative-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-negative-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-negative-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-negative-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-negative-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-negative-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-neutral-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-neutral-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-neutral-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-neutral-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-neutral-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-neutral-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-neutral-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-neutral-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-neutral-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-neutral-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-neutral-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-neutral-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-neutral-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-neutral-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-neutral-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-neutral-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-positive-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-positive-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-positive-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-positive-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-positive-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-positive-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-positive-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-positive-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-positive-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-positive-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-positive-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-positive-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-positive-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-positive-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-positive-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-positive-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-warning-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-warning-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-warning-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-warning-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-warning-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-warning-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-warning-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-warning-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-warning-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-warning-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-warning-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-warning-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-warning-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-warning-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-emphasized-warning-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-emphasized-warning-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-accent-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-accent-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-accent-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-accent-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-accent-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-accent-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-accent-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-accent-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-accent-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-accent-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-accent-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-accent-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-accent-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-accent-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-accent-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-accent-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-info-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-info-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-info-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-info-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-info-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-info-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-info-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-info-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-info-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-info-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-info-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-info-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-info-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-info-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-info-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-info-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-negative-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-negative-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-negative-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-negative-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-negative-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-negative-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-negative-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-negative-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-negative-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-negative-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-negative-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-negative-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-negative-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-negative-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-negative-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-negative-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-neutral-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-neutral-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-neutral-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-neutral-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-neutral-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-neutral-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-neutral-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-neutral-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-neutral-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-neutral-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-neutral-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-neutral-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-neutral-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-neutral-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-neutral-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-neutral-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-positive-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-positive-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-positive-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-positive-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-positive-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-positive-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-positive-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-positive-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-positive-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-positive-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-positive-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-positive-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-positive-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-positive-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-positive-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-positive-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-warning-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-warning-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-warning-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-warning-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-warning-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-warning-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-warning-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-warning-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-warning-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-warning-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-warning-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-warning-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-warning-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-warning-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnly-muted-warning-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Dark.textOnly-muted-warning-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-accent-default-rounded_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-accent-default-rounded_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-accent-default-rounded_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-accent-default-rounded_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-accent-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-accent-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-accent-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-accent-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-accent-default-square_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-accent-default-square_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-accent-default-square_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-accent-default-square_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-accent-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-accent-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-accent-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-accent-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-accent-small-rounded_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-accent-small-rounded_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-accent-small-rounded_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-accent-small-rounded_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-accent-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-accent-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-accent-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-accent-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-accent-small-square_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-accent-small-square_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-accent-small-square_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-accent-small-square_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-accent-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-accent-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-accent-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-accent-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-info-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-info-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-info-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-info-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-info-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-info-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-info-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-info-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-info-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-info-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-info-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-info-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-info-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-info-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-info-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-info-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-negative-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-negative-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-negative-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-negative-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-negative-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-negative-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-negative-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-negative-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-negative-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-negative-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-negative-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-negative-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-negative-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-negative-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-negative-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-negative-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-neutral-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-neutral-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-neutral-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-neutral-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-neutral-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-neutral-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-neutral-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-neutral-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-neutral-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-neutral-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-neutral-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-neutral-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-neutral-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-neutral-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-neutral-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-neutral-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-positive-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-positive-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-positive-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-positive-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-positive-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-positive-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-positive-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-positive-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-positive-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-positive-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-positive-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-positive-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-positive-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-positive-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-positive-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-positive-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-warning-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-warning-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-warning-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-warning-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-warning-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-warning-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-warning-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-warning-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-warning-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-warning-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-warning-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-warning-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-warning-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-warning-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-emphasized-warning-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-emphasized-warning-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-accent-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-accent-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-accent-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-accent-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-accent-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-accent-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-accent-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-accent-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-accent-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-accent-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-accent-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-accent-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-accent-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-accent-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-accent-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-accent-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-info-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-info-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-info-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-info-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-info-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-info-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-info-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-info-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-info-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-info-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-info-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-info-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-info-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-info-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-info-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-info-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-negative-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-negative-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-negative-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-negative-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-negative-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-negative-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-negative-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-negative-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-negative-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-negative-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-negative-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-negative-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-negative-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-negative-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-negative-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-negative-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-neutral-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-neutral-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-neutral-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-neutral-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-neutral-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-neutral-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-neutral-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-neutral-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-neutral-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-neutral-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-neutral-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-neutral-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-neutral-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-neutral-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-neutral-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-neutral-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-positive-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-positive-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-positive-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-positive-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-positive-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-positive-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-positive-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-positive-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-positive-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-positive-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-positive-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-positive-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-positive-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-positive-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-positive-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-positive-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-warning-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-warning-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-warning-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-warning-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-warning-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-warning-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-warning-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-warning-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-warning-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-warning-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-warning-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-warning-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-warning-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-warning-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet-muted-warning-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndBullet-muted-warning-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png new file mode 100644 index 0000000000..685919c76b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png new file mode 100644 index 0000000000..52a6da7c98 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-default-rounded_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-default-rounded_Disabled.png new file mode 100644 index 0000000000..bc2e6c9cac Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-default-rounded_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-default-rounded_Enabled.png new file mode 100644 index 0000000000..5edb4b5d3e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png new file mode 100644 index 0000000000..d9973ed30f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png new file mode 100644 index 0000000000..2ceda001e1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-default-square_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-default-square_Disabled.png new file mode 100644 index 0000000000..c53f4f71f7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-default-square_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-default-square_Enabled.png new file mode 100644 index 0000000000..6622a8d9b4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png new file mode 100644 index 0000000000..18b395698b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png new file mode 100644 index 0000000000..651b696039 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-small-rounded_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-small-rounded_Disabled.png new file mode 100644 index 0000000000..cd2b2d0805 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-small-rounded_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-small-rounded_Enabled.png new file mode 100644 index 0000000000..289b481d4f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png new file mode 100644 index 0000000000..0d22853d59 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png new file mode 100644 index 0000000000..ed09ca9aa1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-small-square_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-small-square_Disabled.png new file mode 100644 index 0000000000..c208f40201 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-small-square_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-small-square_Enabled.png new file mode 100644 index 0000000000..ef02cdaf20 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-accent-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-info-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-info-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-info-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-info-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-info-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-info-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-info-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-info-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-info-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-info-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-info-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-info-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-info-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-info-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-info-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-info-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-negative-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-negative-default-rounded_Enabled.png new file mode 100644 index 0000000000..381ce576ea Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-negative-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-negative-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-negative-default-square_Enabled.png new file mode 100644 index 0000000000..9a146803b5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-negative-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-negative-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-negative-small-rounded_Enabled.png new file mode 100644 index 0000000000..dee19630d5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-negative-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-negative-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-negative-small-square_Enabled.png new file mode 100644 index 0000000000..970c58ef5b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-negative-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png new file mode 100644 index 0000000000..97d6802cef Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-neutral-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-neutral-default-rounded_Enabled.png new file mode 100644 index 0000000000..a5b2cc21bf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-neutral-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png new file mode 100644 index 0000000000..9c3e4449cd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-neutral-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-neutral-default-square_Enabled.png new file mode 100644 index 0000000000..ed6d7582ff Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-neutral-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png new file mode 100644 index 0000000000..5c0cc3e24f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-neutral-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-neutral-small-rounded_Enabled.png new file mode 100644 index 0000000000..acc49cc0d9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-neutral-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png new file mode 100644 index 0000000000..fdf89e2de6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-neutral-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-neutral-small-square_Enabled.png new file mode 100644 index 0000000000..3c7361c183 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-neutral-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-positive-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-positive-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-positive-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-positive-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-positive-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-positive-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-positive-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-positive-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-positive-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-positive-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-positive-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-positive-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-positive-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-positive-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-positive-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-positive-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-warning-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-warning-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-warning-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-warning-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-warning-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-warning-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-warning-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-warning-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-warning-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-warning-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-warning-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-warning-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-warning-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-warning-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-emphasized-warning-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-emphasized-warning-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png new file mode 100644 index 0000000000..10d9fb7c3a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-accent-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-accent-default-rounded_Enabled.png new file mode 100644 index 0000000000..3d9894a13c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-accent-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png new file mode 100644 index 0000000000..98466423b6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-accent-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-accent-default-square_Enabled.png new file mode 100644 index 0000000000..c5a1261457 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-accent-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png new file mode 100644 index 0000000000..67bdd49a9e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-accent-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-accent-small-rounded_Enabled.png new file mode 100644 index 0000000000..dfba7512b3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-accent-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png new file mode 100644 index 0000000000..9d490eeb68 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-accent-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-accent-small-square_Enabled.png new file mode 100644 index 0000000000..0c813b071f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-accent-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-info-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-info-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-info-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-info-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-info-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-info-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-info-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-info-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-info-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-info-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-info-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-info-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-info-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-info-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-info-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-info-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-negative-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-negative-default-rounded_Enabled.png new file mode 100644 index 0000000000..e54641a41e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-negative-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-negative-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-negative-default-square_Enabled.png new file mode 100644 index 0000000000..2daffd9718 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-negative-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-negative-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-negative-small-rounded_Enabled.png new file mode 100644 index 0000000000..3ba853d306 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-negative-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-negative-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-negative-small-square_Enabled.png new file mode 100644 index 0000000000..8c5c2a6c0d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-negative-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png new file mode 100644 index 0000000000..9edc2788b8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-neutral-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-neutral-default-rounded_Enabled.png new file mode 100644 index 0000000000..a715b8fddf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-neutral-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png new file mode 100644 index 0000000000..7a6f70930f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-neutral-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-neutral-default-square_Enabled.png new file mode 100644 index 0000000000..a8565d8dce Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-neutral-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png new file mode 100644 index 0000000000..0557cf160f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-neutral-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-neutral-small-rounded_Enabled.png new file mode 100644 index 0000000000..7842ca1494 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-neutral-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png new file mode 100644 index 0000000000..8ec0f93ac4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-neutral-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-neutral-small-square_Enabled.png new file mode 100644 index 0000000000..421a127f26 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-neutral-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-positive-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-positive-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-positive-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-positive-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-positive-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-positive-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-positive-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-positive-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-positive-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-positive-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-positive-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-positive-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-positive-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-positive-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-positive-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-positive-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-warning-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-warning-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-warning-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-warning-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-warning-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-warning-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-warning-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-warning-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-warning-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-warning-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-warning-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-warning-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-warning-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-warning-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon-muted-warning-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textAndIcon-muted-warning-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-accent-default-rounded_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-accent-default-rounded_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-accent-default-rounded_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-accent-default-rounded_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-accent-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-accent-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-accent-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-accent-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-accent-default-square_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-accent-default-square_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-accent-default-square_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-accent-default-square_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-accent-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-accent-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-accent-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-accent-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-accent-small-rounded_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-accent-small-rounded_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-accent-small-rounded_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-accent-small-rounded_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-accent-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-accent-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-accent-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-accent-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-accent-small-square_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-accent-small-square_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-accent-small-square_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-accent-small-square_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-accent-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-accent-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-accent-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-accent-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-info-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-info-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-info-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-info-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-info-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-info-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-info-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-info-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-info-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-info-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-info-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-info-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-info-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-info-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-info-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-info-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-negative-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-negative-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-negative-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-negative-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-negative-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-negative-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-negative-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-negative-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-negative-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-negative-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-negative-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-negative-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-negative-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-negative-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-negative-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-negative-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-neutral-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-neutral-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-neutral-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-neutral-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-neutral-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-neutral-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-neutral-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-neutral-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-neutral-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-neutral-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-neutral-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-neutral-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-neutral-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-neutral-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-neutral-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-neutral-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-positive-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-positive-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-positive-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-positive-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-positive-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-positive-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-positive-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-positive-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-positive-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-positive-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-positive-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-positive-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-positive-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-positive-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-positive-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-positive-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-warning-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-warning-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-warning-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-warning-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-warning-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-warning-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-warning-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-warning-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-warning-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-warning-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-warning-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-warning-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-warning-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-warning-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-emphasized-warning-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-emphasized-warning-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-accent-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-accent-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-accent-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-accent-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-accent-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-accent-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-accent-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-accent-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-accent-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-accent-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-accent-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-accent-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-accent-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-accent-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-accent-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-accent-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-info-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-info-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-info-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-info-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-info-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-info-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-info-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-info-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-info-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-info-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-info-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-info-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-info-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-info-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-info-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-info-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-negative-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-negative-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-negative-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-negative-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-negative-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-negative-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-negative-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-negative-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-negative-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-negative-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-negative-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-negative-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-negative-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-negative-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-negative-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-negative-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-neutral-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-neutral-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-neutral-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-neutral-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-neutral-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-neutral-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-neutral-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-neutral-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-neutral-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-neutral-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-neutral-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-neutral-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-neutral-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-neutral-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-neutral-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-neutral-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-positive-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-positive-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-positive-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-positive-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-positive-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-positive-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-positive-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-positive-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-positive-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-positive-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-positive-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-positive-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-positive-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-positive-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-positive-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-positive-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-warning-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-warning-default-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-warning-default-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-warning-default-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-warning-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-warning-default-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-warning-default-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-warning-default-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-warning-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-warning-small-rounded_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-warning-small-rounded_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-warning-small-rounded_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-warning-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-warning-small-square_Enabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-Business-ToolsTheme_Light.textOnly-muted-warning-small-square_Enabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_Orange-CompactTheme_Light.textOnly-muted-warning-small-square_Enabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png index 843cd7a4f8..e9db7d7c87 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png index 2e52f2b6e6..401d1c9035 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Disabled.png index 843cd7a4f8..56720b55c3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Enabled.png index 2e52f2b6e6..296f65b6ec 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png index 51f5e9afeb..c6a37e5d76 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png index 692c2e07f6..2bbb912e1f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-square_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-square_Disabled.png index 51f5e9afeb..9bc60ef60d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-square_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-square_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-square_Enabled.png index 692c2e07f6..701a8e2604 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png index 550b803a2f..d1b875a868 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png index d93d2bcc7e..aa3a0d6191 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Disabled.png index 550b803a2f..4631796685 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Enabled.png index d93d2bcc7e..4faad6b108 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png index 54b42d14bf..bf3a076a4e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png index d2ef118070..eccb46bcc4 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-square_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-square_Disabled.png index 54b42d14bf..7323a3952e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-square_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-square_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-square_Enabled.png index d2ef118070..219447c0e0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-accent-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-negative-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-negative-default-rounded_Enabled.png index 4e89ac20ff..c349b621ba 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-negative-default-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-negative-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-negative-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-negative-default-square_Enabled.png index c198a70262..9c50a9dd3c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-negative-default-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-negative-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-negative-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-negative-small-rounded_Enabled.png index 19ffe6fb48..d315fcbb2c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-negative-small-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-negative-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-negative-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-negative-small-square_Enabled.png index 4980cf3a0f..0ca78bce27 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-negative-small-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-negative-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png index 55db8e1495..98569dbca2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-default-rounded_Enabled.png index 55db8e1495..11c41f3fac 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-default-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png index 67ac0c434e..d7ef8a3870 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-default-square_Enabled.png index 67ac0c434e..837ae932a5 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-default-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png index 5137f90427..40262a575f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-small-rounded_Enabled.png index 5137f90427..3a37ff9972 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-small-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png index 37b3629967..a31589a4d6 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-small-square_Enabled.png index 37b3629967..7f5f2ff746 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-small-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-emphasized-neutral-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png index fd6c71c828..06db537204 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-default-rounded_Enabled.png index fd6c71c828..751f487171 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-default-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png index 7889e1d66e..2495207d81 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-default-square_Enabled.png index 7889e1d66e..8390712481 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-default-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png index 6cd0e0e743..2119982d16 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-small-rounded_Enabled.png index 6cd0e0e743..7bdeda2f9d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-small-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png index e6ac3135ce..9e7dbbbc6b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-small-square_Enabled.png index e6ac3135ce..93720eea7e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-small-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-accent-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-negative-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-negative-default-rounded_Enabled.png index 70db35f454..13e89dfbeb 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-negative-default-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-negative-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-negative-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-negative-default-square_Enabled.png index a86175abf3..c0495dee66 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-negative-default-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-negative-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-negative-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-negative-small-rounded_Enabled.png index 6209bf180f..2134c83c7b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-negative-small-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-negative-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-negative-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-negative-small-square_Enabled.png index 481be3d8e5..cf3604605c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-negative-small-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-negative-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png index d983143ace..54a4d00088 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-default-rounded_Enabled.png index d983143ace..4901002454 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-default-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png index 64a302528b..5ff0d370f4 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-default-square_Enabled.png index 64a302528b..cd0337a727 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-default-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png index 4f2e020339..2b3bd0d4f4 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-small-rounded_Enabled.png index 4f2e020339..30d26ae4fa 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-small-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png index 679fdd81e7..b48ff01d4b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-small-square_Enabled.png index 679fdd81e7..7761b6c556 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-small-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Dark.textAndIcon-muted-neutral-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png index db839bdfff..12fd9eda06 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png index 4d00744b88..fff1bc28a7 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-rounded_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-rounded_Disabled.png index db839bdfff..fce1592e8e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-rounded_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-rounded_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-rounded_Enabled.png index 4d00744b88..5f6383ee61 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png index 21b14a8fae..bc6fe68ea7 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png index cbd304c878..4990127ecd 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-square_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-square_Disabled.png index 21b14a8fae..2508a4def1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-square_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-square_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-square_Enabled.png index cbd304c878..d109a6682e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png index 326db444a8..18b395698b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png index 60525ae76f..651b696039 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-rounded_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-rounded_Disabled.png index 326db444a8..cd2b2d0805 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-rounded_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-rounded_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-rounded_Enabled.png index 60525ae76f..289b481d4f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png index c70d34be07..0d22853d59 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png index bb8f0e0282..ed09ca9aa1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-square_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-square_Disabled.png index c70d34be07..c208f40201 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-square_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-square_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-square_Enabled.png index bb8f0e0282..ef02cdaf20 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-accent-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-negative-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-negative-default-rounded_Enabled.png index e3fc024f63..14df95aa21 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-negative-default-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-negative-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-negative-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-negative-default-square_Enabled.png index e191b9585b..26ec0b6a76 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-negative-default-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-negative-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-negative-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-negative-small-rounded_Enabled.png index da80bbf0f3..dee19630d5 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-negative-small-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-negative-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-negative-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-negative-small-square_Enabled.png index 211a5342b5..970c58ef5b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-negative-small-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-negative-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png index 8f94a8ad00..7b27058c84 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-default-rounded_Enabled.png index 8f94a8ad00..f6d2a8ac61 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-default-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png index d68489809a..de88f8e217 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-default-square_Enabled.png index d68489809a..ce37a9e207 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-default-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png index df00772c5e..5c0cc3e24f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-small-rounded_Enabled.png index df00772c5e..acc49cc0d9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-small-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png index 9e0783b3ae..fdf89e2de6 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-small-square_Enabled.png index 9e0783b3ae..3c7361c183 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-small-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-emphasized-neutral-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png index 2b445edc15..f42613e741 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-default-rounded_Enabled.png index 2b445edc15..938a689823 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-default-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png index feb5d54bb6..65f73e8db7 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-default-square_Enabled.png index feb5d54bb6..559a9f7cca 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-default-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png index 98343ab415..67bdd49a9e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-small-rounded_Enabled.png index 98343ab415..dfba7512b3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-small-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png index 5982ef9968..9d490eeb68 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-small-square_Enabled.png index 5982ef9968..0c813b071f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-small-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-accent-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-negative-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-negative-default-rounded_Enabled.png index 0c05a369b3..294b1774b9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-negative-default-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-negative-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-negative-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-negative-default-square_Enabled.png index 6d5582726c..1ac2cf9d81 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-negative-default-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-negative-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-negative-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-negative-small-rounded_Enabled.png index 934cde2470..3ba853d306 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-negative-small-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-negative-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-negative-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-negative-small-square_Enabled.png index 0b22b88973..8c5c2a6c0d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-negative-small-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-negative-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png index d2815c7c9a..cc29d90242 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-default-rounded_Enabled.png index d2815c7c9a..589206484f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-default-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png index c16be42b3b..702876087e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-default-square_Enabled.png index c16be42b3b..4ffe63eeab 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-default-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png index e289cf495d..0557cf160f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-small-rounded_Enabled.png index e289cf495d..7842ca1494 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-small-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png index 88099dbfdd..8ec0f93ac4 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-small-square_Enabled.png index 88099dbfdd..421a127f26 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-small-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_OrangeTheme_Light.textAndIcon-muted-neutral-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png index 932887ef25..7360c14aa1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png index 8afcc8adc1..9f5297f6c1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Disabled.png index 932887ef25..b162ddf5b2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Enabled.png index 8afcc8adc1..e5a96fa398 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png index 0fe472199b..568538b4db 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png index 630dd055f2..f3abe9eca6 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-square_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-square_Disabled.png index 0fe472199b..47928e5ac9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-square_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-square_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-square_Enabled.png index 630dd055f2..e6c7b55042 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png index 5cc9db17d3..ef8bb305ff 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png index bb79a51870..f2bffc4a7c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Disabled.png index 5cc9db17d3..853e38ec95 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Enabled.png index bb79a51870..a71a2dd629 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png index 31e02a75e9..89700563e3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png index dd7c0716e9..122d680a43 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-square_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-square_Disabled.png index 31e02a75e9..f42daf912c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-square_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-square_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-square_Enabled.png index dd7c0716e9..9a16285b94 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-accent-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png index a00a16f602..fb45e28858 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-default-rounded_Enabled.png index a00a16f602..4034862fad 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-default-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png index 67ec018aed..f76f972d84 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-default-square_Enabled.png index 67ec018aed..421e0e43d3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-default-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png index 8358a470eb..0e4f86af33 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-small-rounded_Enabled.png index 8358a470eb..d864377877 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-small-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png index d0d500e8d0..86f6958761 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-small-square_Enabled.png index d0d500e8d0..854d34caac 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-small-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-emphasized-neutral-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png index d6d7c4fb25..e24a44057b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-default-rounded_Enabled.png index d6d7c4fb25..816dc96e15 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-default-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png index 3190e43300..d1fb6b64d2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-default-square_Enabled.png index 3190e43300..a65e539ed0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-default-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png index 016ba38a27..c883142de6 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-small-rounded_Enabled.png index 016ba38a27..124c0e0795 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-small-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png index 6985a35da6..d4ef40bf58 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-small-square_Enabled.png index 6985a35da6..dd90f1be86 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-small-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-accent-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png index 3ef3c0150c..96c13ca030 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-default-rounded_Enabled.png index 3ef3c0150c..e238ec9744 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-default-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png index 5b15a378eb..387a3c880c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-default-square_Enabled.png index 5b15a378eb..9e922e52f3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-default-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png index fff70833ca..52bb4cb712 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-small-rounded_Enabled.png index fff70833ca..dde85cc5a4 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-small-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png index e5e786a1dd..42223afc26 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-small-square_Enabled.png index e5e786a1dd..4ce9198fc8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-small-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Dark.textAndIcon-muted-neutral-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png index 3edeaf8ee8..739c0aef76 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png index 239f4f4f74..a480e1701c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-rounded_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-rounded_Disabled.png index 3edeaf8ee8..5ba110bfbf 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-rounded_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-rounded_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-rounded_Enabled.png index 239f4f4f74..3dbccdbd62 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png index c823967af6..c83914b290 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png index 35a5a4425b..55c619a940 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-square_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-square_Disabled.png index c823967af6..fbf433142b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-square_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-square_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-square_Enabled.png index 35a5a4425b..2dee09cdc6 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png index ce785b433b..8ad4f4c120 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png index c9dc398fb4..790d1e01c3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-rounded_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-rounded_Disabled.png index ce785b433b..8a3e0db556 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-rounded_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-rounded_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-rounded_Enabled.png index c9dc398fb4..4355600b1c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png index d50573ec59..346475154e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png index cac478b1f5..fff9c40d0e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-square_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-square_Disabled.png index d50573ec59..23da955161 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-square_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-square_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-square_Enabled.png index cac478b1f5..49deb3dac4 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-accent-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png index 6f354b6b46..be5f85539b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-default-rounded_Enabled.png index 6f354b6b46..61d53edd39 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-default-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png index 784fc8e776..37259d1ae8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-default-square_Enabled.png index 784fc8e776..13c77b7063 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-default-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png index 9bc5506e75..124472bd51 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-small-rounded_Enabled.png index 9bc5506e75..34fd914827 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-small-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png index 17620c4146..ff1ff74468 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-small-square_Enabled.png index 17620c4146..3b093aebe4 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-small-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-emphasized-neutral-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png index f0fd4d78d4..d1fe9b5db9 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-default-rounded_Enabled.png index f0fd4d78d4..3ebc8789f6 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-default-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png index 6effae45ba..d64e423cab 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-default-square_Enabled.png index 6effae45ba..cb8765b7cc 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-default-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png index 197be93f21..43fd30e854 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-small-rounded_Enabled.png index 197be93f21..c63da26977 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-small-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png index b6602fa025..f2cb73b73a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-small-square_Enabled.png index b6602fa025..c0d2921ac0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-small-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-accent-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png index 8b2138cb7b..5b0156a5b5 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-default-rounded_Enabled.png index 8b2138cb7b..0388b097ea 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-default-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png index 099a97d292..a7447d645f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-default-square_Enabled.png index 099a97d292..451ffc0285 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-default-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png index b27994b6dc..dfbf81e099 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-small-rounded_Enabled.png index b27994b6dc..d4df7a11e0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-small-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png index 62e8a0ca10..47e8409222 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-small-square_Enabled.png index 62e8a0ca10..4e4986e6ba 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-small-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_SoshTheme_Light.textAndIcon-muted-neutral-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png index d7b973249c..ee3ded7961 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png index 949f74a9e9..e4f3123fa0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Disabled.png index d7b973249c..5c4de5f7aa 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Enabled.png index 949f74a9e9..aaf15fb8e0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png index b9e4ddd1f1..1d1fcea333 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png index 476916989d..28d9684098 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-square_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-square_Disabled.png index b9e4ddd1f1..3f33fdb282 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-square_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-square_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-square_Enabled.png index 476916989d..3c8f4fa5c8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png index 408eeaf0c8..3086982080 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png index 5b6c7f6d64..2b780e6eaa 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Disabled.png index 408eeaf0c8..3bd4821e26 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Enabled.png index 5b6c7f6d64..b8c7badf26 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png index 372bec7736..0608ada5cf 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png index 608f96e23f..5d77e66313 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-square_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-square_Disabled.png index 372bec7736..17f7121307 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-square_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-square_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-square_Enabled.png index 608f96e23f..8f8b65c1ac 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-accent-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png index 2695ee2559..c2ad893429 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-default-rounded_Enabled.png index 2695ee2559..d803233f9e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-default-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png index e5a4fc55f0..b97f433a42 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-default-square_Enabled.png index e5a4fc55f0..5ad29310c8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-default-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png index 638eb6956f..10024733aa 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-small-rounded_Enabled.png index 638eb6956f..117298cc57 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-small-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png index bdb8755e13..39ca4b89f2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-small-square_Enabled.png index bdb8755e13..6b7b840a9a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-small-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-emphasized-neutral-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png index 30d973cc7d..84a1181fcf 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-default-rounded_Enabled.png index 30d973cc7d..60bbbb1b06 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-default-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png index ae29028c93..c586b69fc8 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-default-square_Enabled.png index ae29028c93..de31273811 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-default-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png index 07656a412a..0ef0f53d1f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-small-rounded_Enabled.png index 07656a412a..122bd400ee 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-small-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png index 6cdee946cc..986493d967 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-small-square_Enabled.png index 6cdee946cc..2dee76304e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-small-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-accent-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png index 57882b16fd..0a415cea0b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-default-rounded_Enabled.png index 57882b16fd..e76af8e162 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-default-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png index 715aaa6397..6fd226e72c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-default-square_Enabled.png index 715aaa6397..0fafce86ef 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-default-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png index 33d792952a..28078a5914 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-small-rounded_Enabled.png index 33d792952a..f9a9ea0781 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-small-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png index 9731540aa6..34ff8477a0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-small-square_Enabled.png index 9731540aa6..6b024b8204 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-small-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Dark.textAndIcon-muted-neutral-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png index c78dd25b4b..64d89e039a 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png index 232b494678..9d902051f3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-rounded_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-rounded_Disabled.png index c78dd25b4b..48577528ee 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-rounded_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-rounded_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-rounded_Enabled.png index 232b494678..166cbc22a2 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png index 843f120ed5..e225c3af63 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png index 3c98db32cf..2a31b5cc96 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-square_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-square_Disabled.png index 843f120ed5..1425887176 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-square_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-square_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-square_Enabled.png index 3c98db32cf..597785c1e1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png index f9805a1ead..38119b1b58 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png index dfc1a0a9cc..72b40c0ba7 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-rounded_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-rounded_Disabled.png index f9805a1ead..0322565440 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-rounded_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-rounded_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-rounded_Enabled.png index dfc1a0a9cc..d567547cb4 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png index 9414dcbfe8..1ff6a9ee30 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png index f54d60043b..b96386c266 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-square_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-square_Disabled.png index 9414dcbfe8..6c33f50f00 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-square_Disabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-square_Disabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-square_Enabled.png index f54d60043b..f4f59eaa6d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-accent-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png index 1cf0da208e..58fd4ae1c3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-default-rounded_Enabled.png index 1cf0da208e..c038ead54f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-default-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png index efd5d826a7..bfb54428e1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-default-square_Enabled.png index efd5d826a7..5fdf1fad1e 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-default-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png index aa8e3fb580..ef4d93c9d0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-small-rounded_Enabled.png index aa8e3fb580..6072526c58 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-small-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png index fe740bb979..74a0014d98 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-small-square_Enabled.png index fe740bb979..bc5506bde0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-small-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-emphasized-neutral-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png index ac61d7b11a..334930584f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-default-rounded_Enabled.png index ac61d7b11a..65c0073ca3 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-default-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png index 108f83db74..d14703969f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-default-square_Enabled.png index 108f83db74..0348ac6a14 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-default-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png index 56827011d4..1b87970872 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-small-rounded_Enabled.png index 56827011d4..5864ce7bac 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-small-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png index 8b05755ada..6cfaf0e35d 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-small-square_Enabled.png index 8b05755ada..c553bcfde1 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-small-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-accent-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png index c864bf0a79..35d78b902b 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-default-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-default-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-default-rounded_Enabled.png index c864bf0a79..defc95dd19 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-default-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-default-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png index f143493b08..ac44f2863c 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-default-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-default-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-default-square_Enabled.png index f143493b08..bb25d4e8dd 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-default-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-default-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png index 7670fbdf7e..88891c4149 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-small-rounded-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-small-rounded_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-small-rounded_Enabled.png index 7670fbdf7e..e23dad19be 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-small-rounded_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-small-rounded_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png index a5f9e957f2..0743ca283f 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-small-square-flipIcon_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-small-square_Enabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-small-square_Enabled.png index a5f9e957f2..84e01064d0 100644 Binary files a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-small-square_Enabled.png and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Indicators/__Snapshots__/TagSnapshotsTestCase/testTag_WireframeTheme_Light.textAndIcon-muted-neutral-small-square_Enabled.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Horizontal_alwaysBlack.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Horizontal_alwaysBlack.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Horizontal_alwaysBlack.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Horizontal_alwaysBlack.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Horizontal_alwaysOnBlack.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Horizontal_alwaysOnBlack.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Horizontal_alwaysOnBlack.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Horizontal_alwaysOnBlack.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Horizontal_alwaysOnwhite.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Horizontal_alwaysOnwhite.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Horizontal_alwaysOnwhite.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Horizontal_alwaysOnwhite.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Horizontal_alwaysWhite.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Horizontal_alwaysWhite.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Horizontal_alwaysWhite.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Horizontal_alwaysWhite.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Horizontal_brandPrimary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Horizontal_brandPrimary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Horizontal_brandPrimary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Horizontal_brandPrimary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Horizontal_default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Horizontal_default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Horizontal_default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Horizontal_default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Horizontal_emphasized.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Horizontal_emphasized.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Horizontal_emphasized.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Horizontal_emphasized.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Horizontal_muted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Horizontal_muted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Horizontal_muted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Horizontal_muted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Horizontal_onBrandPrimary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Horizontal_onBrandPrimary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Horizontal_onBrandPrimary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Horizontal_onBrandPrimary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Vertical_alwaysBlack.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Vertical_alwaysBlack.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Vertical_alwaysBlack.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Vertical_alwaysBlack.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Vertical_alwaysOnBlack.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Vertical_alwaysOnBlack.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Vertical_alwaysOnBlack.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Vertical_alwaysOnBlack.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Vertical_alwaysOnwhite.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Vertical_alwaysOnwhite.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Vertical_alwaysOnwhite.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Vertical_alwaysOnwhite.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Vertical_alwaysWhite.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Vertical_alwaysWhite.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Vertical_alwaysWhite.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Vertical_alwaysWhite.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Vertical_brandPrimary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Vertical_brandPrimary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Vertical_brandPrimary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Vertical_brandPrimary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Vertical_default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Vertical_default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Vertical_default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Vertical_default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Vertical_emphasized.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Vertical_emphasized.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Vertical_emphasized.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Vertical_emphasized.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Vertical_muted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Vertical_muted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Vertical_muted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Vertical_muted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Vertical_onBrandPrimary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Vertical_onBrandPrimary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.Vertical_onBrandPrimary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.Vertical_onBrandPrimary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Horizontal_alwaysBlack.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Horizontal_alwaysBlack.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Horizontal_alwaysBlack.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Horizontal_alwaysBlack.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Horizontal_alwaysOnBlack.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Horizontal_alwaysOnBlack.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Horizontal_alwaysOnBlack.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Horizontal_alwaysOnBlack.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Horizontal_alwaysOnwhite.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Horizontal_alwaysOnwhite.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Horizontal_alwaysOnwhite.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Horizontal_alwaysOnwhite.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Horizontal_alwaysWhite.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Horizontal_alwaysWhite.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Horizontal_alwaysWhite.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Horizontal_alwaysWhite.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Horizontal_brandPrimary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Horizontal_brandPrimary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Horizontal_brandPrimary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Horizontal_brandPrimary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Horizontal_default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Horizontal_default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Horizontal_default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Horizontal_default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Horizontal_emphasized.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Horizontal_emphasized.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Horizontal_emphasized.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Horizontal_emphasized.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Horizontal_muted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Horizontal_muted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Horizontal_muted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Horizontal_muted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Horizontal_onBrandPrimary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Horizontal_onBrandPrimary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Horizontal_onBrandPrimary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Horizontal_onBrandPrimary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Vertical_alwaysBlack.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Vertical_alwaysBlack.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Vertical_alwaysBlack.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Vertical_alwaysBlack.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Vertical_alwaysOnBlack.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Vertical_alwaysOnBlack.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Vertical_alwaysOnBlack.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Vertical_alwaysOnBlack.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Vertical_alwaysOnwhite.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Vertical_alwaysOnwhite.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Vertical_alwaysOnwhite.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Vertical_alwaysOnwhite.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Vertical_alwaysWhite.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Vertical_alwaysWhite.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Vertical_alwaysWhite.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Vertical_alwaysWhite.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Vertical_brandPrimary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Vertical_brandPrimary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Vertical_brandPrimary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Vertical_brandPrimary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Vertical_default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Vertical_default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Vertical_default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Vertical_default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Vertical_emphasized.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Vertical_emphasized.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Vertical_emphasized.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Vertical_emphasized.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Vertical_muted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Vertical_muted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Vertical_muted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Vertical_muted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Vertical_onBrandPrimary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Vertical_onBrandPrimary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.Vertical_onBrandPrimary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Layouts/__Snapshots__/DividerSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.Vertical_onBrandPrimary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_IconAndText_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_IconAndText_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_IconAndText_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_IconAndText_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_IconAndText_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_IconAndText_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_IconAndText_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_IconAndText_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_IconAndText_Small.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_IconAndText_Small.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_IconAndText_Small.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_IconAndText_Small.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_IconAndText_Small_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_IconAndText_Small_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_IconAndText_Small_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_IconAndText_Small_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_IndicatorBack_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_IndicatorBack_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_IndicatorBack_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_IndicatorBack_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_IndicatorBack_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_IndicatorBack_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_IndicatorBack_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_IndicatorBack_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_IndicatorBack_Small.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_IndicatorBack_Small.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_IndicatorBack_Small.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_IndicatorBack_Small.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_IndicatorBack_Small_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_IndicatorBack_Small_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_IndicatorBack_Small_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_IndicatorBack_Small_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_IndicatorNext_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_IndicatorNext_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_IndicatorNext_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_IndicatorNext_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_IndicatorNext_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_IndicatorNext_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_IndicatorNext_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_IndicatorNext_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_IndicatorNext_Small.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_IndicatorNext_Small.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_IndicatorNext_Small.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_IndicatorNext_Small.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_IndicatorNext_Small_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_IndicatorNext_Small_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_IndicatorNext_Small_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_IndicatorNext_Small_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_TextOnly_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_TextOnly_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_TextOnly_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_TextOnly_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_TextOnly_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_TextOnly_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_TextOnly_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_TextOnly_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_TextOnly_Small.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_TextOnly_Small.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_TextOnly_Small.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_TextOnly_Small.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_TextOnly_Small_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_TextOnly_Small_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.ColoredSurface_TextOnly_Small_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.ColoredSurface_TextOnly_Small_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.IconAndText_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.IconAndText_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.IconAndText_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.IconAndText_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.IconAndText_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.IconAndText_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.IconAndText_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.IconAndText_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.IconAndText_Small.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.IconAndText_Small.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.IconAndText_Small.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.IconAndText_Small.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.IconAndText_Small_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.IconAndText_Small_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.IconAndText_Small_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.IconAndText_Small_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.IndicatorBack_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.IndicatorBack_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.IndicatorBack_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.IndicatorBack_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.IndicatorBack_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.IndicatorBack_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.IndicatorBack_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.IndicatorBack_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.IndicatorBack_Small.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.IndicatorBack_Small.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.IndicatorBack_Small.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.IndicatorBack_Small.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.IndicatorBack_Small_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.IndicatorBack_Small_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.IndicatorBack_Small_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.IndicatorBack_Small_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.IndicatorNext_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.IndicatorNext_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.IndicatorNext_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.IndicatorNext_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.IndicatorNext_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.IndicatorNext_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.IndicatorNext_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.IndicatorNext_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.IndicatorNext_Small.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.IndicatorNext_Small.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.IndicatorNext_Small.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.IndicatorNext_Small.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.IndicatorNext_Small_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.IndicatorNext_Small_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.IndicatorNext_Small_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.IndicatorNext_Small_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.TextOnly_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.TextOnly_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.TextOnly_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.TextOnly_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.TextOnly_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.TextOnly_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.TextOnly_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.TextOnly_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.TextOnly_Small.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.TextOnly_Small.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.TextOnly_Small.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.TextOnly_Small.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.TextOnly_Small_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.TextOnly_Small_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.TextOnly_Small_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.TextOnly_Small_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_IconAndText_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_IconAndText_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_IconAndText_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_IconAndText_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_IconAndText_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_IconAndText_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_IconAndText_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_IconAndText_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_IconAndText_Small.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_IconAndText_Small.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_IconAndText_Small.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_IconAndText_Small.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_IconAndText_Small_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_IconAndText_Small_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_IconAndText_Small_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_IconAndText_Small_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_IndicatorBack_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_IndicatorBack_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_IndicatorBack_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_IndicatorBack_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_IndicatorBack_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_IndicatorBack_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_IndicatorBack_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_IndicatorBack_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_IndicatorBack_Small.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_IndicatorBack_Small.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_IndicatorBack_Small.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_IndicatorBack_Small.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_IndicatorBack_Small_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_IndicatorBack_Small_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_IndicatorBack_Small_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_IndicatorBack_Small_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_IndicatorNext_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_IndicatorNext_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_IndicatorNext_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_IndicatorNext_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_IndicatorNext_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_IndicatorNext_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_IndicatorNext_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_IndicatorNext_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_IndicatorNext_Small.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_IndicatorNext_Small.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_IndicatorNext_Small.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_IndicatorNext_Small.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_IndicatorNext_Small_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_IndicatorNext_Small_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_IndicatorNext_Small_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_IndicatorNext_Small_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_TextOnly_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_TextOnly_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_TextOnly_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_TextOnly_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_TextOnly_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_TextOnly_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_TextOnly_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_TextOnly_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_TextOnly_Small.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_TextOnly_Small.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_TextOnly_Small.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_TextOnly_Small.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_TextOnly_Small_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_TextOnly_Small_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.ColoredSurface_TextOnly_Small_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.ColoredSurface_TextOnly_Small_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.IconAndText_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.IconAndText_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.IconAndText_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.IconAndText_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.IconAndText_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.IconAndText_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.IconAndText_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.IconAndText_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.IconAndText_Small.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.IconAndText_Small.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.IconAndText_Small.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.IconAndText_Small.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.IconAndText_Small_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.IconAndText_Small_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.IconAndText_Small_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.IconAndText_Small_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.IndicatorBack_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.IndicatorBack_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.IndicatorBack_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.IndicatorBack_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.IndicatorBack_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.IndicatorBack_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.IndicatorBack_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.IndicatorBack_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.IndicatorBack_Small.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.IndicatorBack_Small.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.IndicatorBack_Small.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.IndicatorBack_Small.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.IndicatorBack_Small_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.IndicatorBack_Small_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.IndicatorBack_Small_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.IndicatorBack_Small_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.IndicatorNext_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.IndicatorNext_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.IndicatorNext_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.IndicatorNext_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.IndicatorNext_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.IndicatorNext_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.IndicatorNext_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.IndicatorNext_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.IndicatorNext_Small.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.IndicatorNext_Small.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.IndicatorNext_Small.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.IndicatorNext_Small.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.IndicatorNext_Small_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.IndicatorNext_Small_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.IndicatorNext_Small_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.IndicatorNext_Small_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.TextOnly_Default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.TextOnly_Default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.TextOnly_Default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.TextOnly_Default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.TextOnly_Default_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.TextOnly_Default_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.TextOnly_Default_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.TextOnly_Default_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.TextOnly_Small.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.TextOnly_Small.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.TextOnly_Small.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.TextOnly_Small.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.TextOnly_Small_Disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.TextOnly_Small_Disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.TextOnly_Small_Disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/Components/Navigations/__Snapshots__/LinkSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.TextOnly_Small_Disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeBusinessToolsTheme/OrangeBusinessToolsTheme+TokensBorderSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeBusinessToolsTheme/OrangeBusinessToolsTheme+TokensBorderSnapshotsTests.swift deleted file mode 100644 index 8b72228171..0000000000 --- a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeBusinessToolsTheme/OrangeBusinessToolsTheme+TokensBorderSnapshotsTests.swift +++ /dev/null @@ -1,53 +0,0 @@ -// -// 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 OUDSSwiftUI -import SwiftUI - -// swiftlint:disable required_deinit -// swiftlint:disable type_name - -/// Tests the UI rendering of each **border token** using reference images for `OrangeBusinessToolsTheme` -final class OrangeBusinessToolsThemeTokensBorderSnapshotsTests: TokensBorderSnapshotsTestsTestCase { - - // swiftlint:disable implicitly_unwrapped_optional - private var theme: OUDSTheme! - // swiftlint:enable implicitly_unwrapped_optional - - override func setUp() { - theme = OrangeBusinessToolsTheme() - } - - /// This function tests all border tokens in the `OrangeBusinessToolsTheme` with the `light` color schemes. - /// It iterates through all `NamedBorderWidth`, `NamedBorderRafius`, and`NamedBorderStyle` cases, rendering each illustration in a `UIHostingController` - /// and captures a snapshot. Each snapshot is saved with a name that indicates the spacing type, theme, and color scheme. - @MainActor func testAllBorderOrangeBusinessToolsThemeLight() { - let interfaceStyle = UIUserInterfaceStyle.light - testBorderWidth(for: theme, in: interfaceStyle) - testBorderRadius(for: theme, in: interfaceStyle) - testBorderStyle(for: theme, in: interfaceStyle) - } - - /// This function tests all border tokens in the `OrangeBusinessToolsTheme` with the `dark` color schemes. - /// It iterates through all `NamedSize` cases, rendering each illustration in a `UIHostingController` - /// and captures a snapshot. Each snapshot is saved with a name that indicates the spacing type, theme, and color scheme. - @MainActor func testAllBorderOrangeBusinessToolsThemeDark() { - let interfaceStyle = UIUserInterfaceStyle.dark - testBorderWidth(for: theme, in: interfaceStyle) - testBorderRadius(for: theme, in: interfaceStyle) - testBorderStyle(for: theme, in: interfaceStyle) - } -} - -// swiftlint:enable required_deinit -// swiftlint:enable type_name diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeBusinessToolsTheme/OrangeBusinessToolsTheme+TokensColorSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeBusinessToolsTheme/OrangeBusinessToolsTheme+TokensColorSnapshotsTests.swift deleted file mode 100644 index e4a13c04e7..0000000000 --- a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeBusinessToolsTheme/OrangeBusinessToolsTheme+TokensColorSnapshotsTests.swift +++ /dev/null @@ -1,72 +0,0 @@ -// -// 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 OUDSSwiftUI -import SwiftUI - -// swiftlint:disable required_deinit -// swiftlint:disable type_name - -/// Tests the UI rendering of each **color token** using reference images for `OrangeBusinessToolsTheme` -final class OrangeBusinessToolsThemeTokensColorSnapshotsTests: TokensColorSnapshotsTestsTestCase { - - // swiftlint:disable implicitly_unwrapped_optional - private var theme: OUDSTheme! - // swiftlint:enable implicitly_unwrapped_optional - - override func setUp() { - theme = OrangeBusinessToolsTheme() - } - - /// This function tests all color tokens in the `OrangeBusinessToolsTheme` with the `light` color schemes. - /// It iterates through all sections of `NamedColor`, rendering each illustration in a `UIHostingController`, - /// and captures a snapshot for each color. The snapshots are saved with names indicating the color, theme, and color scheme. - @MainActor func testAllColorsOrangeBusinessToolsThemeLight() { - let interfaceStyle = UIUserInterfaceStyle.light - testActionColors(theme: theme, interfaceStyle: interfaceStyle) - testAlwaysColors(theme: theme, interfaceStyle: interfaceStyle) - testBackgroundColors(theme: theme, interfaceStyle: interfaceStyle) - testBorderColors(theme: theme, interfaceStyle: interfaceStyle) - testChartColors(theme: theme, interfaceStyle: interfaceStyle) - testContentColors(theme: theme, interfaceStyle: interfaceStyle) - testOpacityColors(theme: theme, interfaceStyle: interfaceStyle) - testOverlayColors(theme: theme, interfaceStyle: interfaceStyle) - testRepositoryColors(theme: theme, interfaceStyle: interfaceStyle) - testSurfaceColors(theme: theme, interfaceStyle: interfaceStyle) - } - - /// This function tests all color tokens in the `OrangeBusinessToolsTheme` with the `dark` color schemes. - /// It iterates through all sections of `NamedColor`, rendering each illustration in a `UIHostingController`, - /// and captures a snapshot for each color. The snapshots are saved with names indicating the color, theme, and color scheme. - @MainActor func testAllColorsOrangeBusinessToolsThemeDark() { - let interfaceStyle = UIUserInterfaceStyle.dark - testActionColors(theme: theme, interfaceStyle: interfaceStyle) - testAlwaysColors(theme: theme, interfaceStyle: interfaceStyle) - testBackgroundColors(theme: theme, interfaceStyle: interfaceStyle) - testBorderColors(theme: theme, interfaceStyle: interfaceStyle) - testChartColors(theme: theme, interfaceStyle: interfaceStyle) - testContentColors(theme: theme, interfaceStyle: interfaceStyle) - testOpacityColors(theme: theme, interfaceStyle: interfaceStyle) - testOverlayColors(theme: theme, interfaceStyle: interfaceStyle) - /* - There are some failures with two tokens, even if the snapshots are fresh: - - OrangeBusinessTools Theme, dark mode --> repositoryOpacityBlackHighest - - OrangeBusinessTools Theme, dark mode --> surfaceInverseHigh - */ - testRepositoryColors(theme: theme, interfaceStyle: interfaceStyle, precision: 0.94, perceptualPrecision: 0.96) - testSurfaceColors(theme: theme, interfaceStyle: interfaceStyle, precision: 0.94, perceptualPrecision: 0.96) - } -} - -// swiftlint:enable required_deinit -// swiftlint:enable type_name diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeBusinessToolsTheme/OrangeBusinessToolsTheme+TokensElevationSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeBusinessToolsTheme/OrangeBusinessToolsTheme+TokensElevationSnapshotsTests.swift deleted file mode 100644 index 1b021df54c..0000000000 --- a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeBusinessToolsTheme/OrangeBusinessToolsTheme+TokensElevationSnapshotsTests.swift +++ /dev/null @@ -1,49 +0,0 @@ -// -// 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 OUDSSwiftUI -import SwiftUI - -// swiftlint:disable required_deinit -// swiftlint:disable type_name - -/// Tests the UI rendering of each **elevation token** using reference images for `OrangeBusinessToolsTheme` -final class OrangeBusinessToolsThemeTokensElevationSnapshotsTests: TokensElevationSnapshotsTestsTestCase { - - // swiftlint:disable implicitly_unwrapped_optional - private var theme: OUDSTheme! - // swiftlint:enable implicitly_unwrapped_optional - - override func setUp() { - theme = OrangeBusinessToolsTheme() - } - - /// This function tests all elevation tokens in the `OrangeBusinessToolsTheme` with the `light` color scheme. - /// It iterates through all `NamedElevation` cases, rendering each illustration in a `UIHostingController` - /// and captures a snapshot. The snapshot is saved with a name indicating the elevation, theme, and color scheme. - @MainActor func testAllElevationsOrangeBusinessToolsThemeLight() { - let interfaceStyle = UIUserInterfaceStyle.light - testElevations(for: theme, in: interfaceStyle) - } - - /// This function tests all elevation tokens in the `OrangeBusinessToolsTheme` with the `dark` color scheme. - /// It iterates through all `NamedElevation` cases, rendering each illustration in a `UIHostingController` - /// and captures a snapshot. The snapshot is saved with a name indicating the elevation, theme, and color scheme. - @MainActor func testAllElevationsOrangeBusinessToolsThemeDark() { - let interfaceStyle = UIUserInterfaceStyle.dark - testElevations(for: theme, in: interfaceStyle) - } -} - -// swiftlint:enable required_deinit -// swiftlint:enable type_name diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeBusinessToolsTheme/OrangeBusinessToolsTheme+TokensFontSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeBusinessToolsTheme/OrangeBusinessToolsTheme+TokensFontSnapshotsTests.swift deleted file mode 100644 index a29c82d33d..0000000000 --- a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeBusinessToolsTheme/OrangeBusinessToolsTheme+TokensFontSnapshotsTests.swift +++ /dev/null @@ -1,49 +0,0 @@ -// -// 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 OUDSSwiftUI -import SwiftUI - -// swiftlint:disable required_deinit -// swiftlint:disable type_name - -/// Tests the UI rendering of each **font token** using reference images for `OrangeBusinessToolsTheme` -final class OrangeBusinessToolsThemeTokensFontSnapshotsTests: TokensFontSnapshotsTestsTestCase { - - // swiftlint:disable implicitly_unwrapped_optional - private var theme: OUDSTheme! - // swiftlint:enable implicitly_unwrapped_optional - - override func setUp() { - theme = OrangeBusinessToolsTheme() - } - - /// This function tests all font tokens in the `OrangeBusinessToolsTheme` with the `light` color scheme. - /// It iterates through all `NamedFont` cases, rendering each illustration in a `UIHostingController` - /// and captures a snapshot. The snapshot is saved with a name indicating the font, theme, color scheme and horizontalSizeClass. - @MainActor func testAllFontsOrangeBusinessToolsThemeLight() { - let interfaceStyle = UIUserInterfaceStyle.light - testAllFonts(for: theme, in: interfaceStyle) - } - - /// This function tests all font tokens in the `OrangeBusinessToolsTheme` with the `dark` color scheme. - /// It iterates through all `NamedFont` cases, rendering each illustration in a `UIHostingController` - /// and captures a snapshot. The snapshot is saved with a name indicating the font, theme, color scheme horizontalSizeClass. - @MainActor func testAllFontsOrangeBusinessToolsThemeDark() { - let interfaceStyle = UIUserInterfaceStyle.dark - testAllFonts(for: theme, in: interfaceStyle) - } -} - -// swiftlint:enable required_deinit -// swiftlint:enable type_name diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeBusinessToolsTheme/OrangeBusinessToolsTheme+TokensOpacitySnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeBusinessToolsTheme/OrangeBusinessToolsTheme+TokensOpacitySnapshotsTests.swift deleted file mode 100644 index 619b930a66..0000000000 --- a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeBusinessToolsTheme/OrangeBusinessToolsTheme+TokensOpacitySnapshotsTests.swift +++ /dev/null @@ -1,49 +0,0 @@ -// -// 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 OUDSSwiftUI -import SwiftUI - -// swiftlint:disable required_deinit -// swiftlint:disable type_name - -/// Tests the UI rendering of each **opacity token** using reference images for `OrangeBusinessToolsTheme`. -final class OrangeBusinessToolsThemeTokensOpacitySnapshotsTests: TokensOpacitySnapshotsTestsTestCase { - - // swiftlint:disable implicitly_unwrapped_optional - private var theme: OUDSTheme! - // swiftlint:enable implicitly_unwrapped_optional - - override func setUp() { - theme = OrangeBusinessToolsTheme() - } - - /// This function tests all opacity tokens in the `OrangeBusinessToolsTheme` with the `light` color scheme. - /// It iterates through all `NamedOpacity` cases, rendering each illustration in a `UIHostingController` - /// and captures a snapshot. The snapshot is saved with a name indicating the elevation, theme, and color scheme. - @MainActor func testAllOpacitiesOrangeBusinessToolsThemeLight() { - let interfaceStyle = UIUserInterfaceStyle.light - testOpacities(for: theme, in: interfaceStyle) - } - - /// This function tests all opacity tokens in the `OrangeBusinessToolsTheme` with the `dark` color scheme. - /// It iterates through all `NamedOpacity` cases, rendering each illustration in a `UIHostingController` - /// and captures a snapshot. The snapshot is saved with a name indicating the elevation, theme, and color scheme. - @MainActor func testAllOpacitiesOrangeBusinessToolsThemeDark() { - let interfaceStyle = UIUserInterfaceStyle.dark - testOpacities(for: theme, in: interfaceStyle) - } -} - -// swiftlint:enable required_deinit -// swiftlint:enable type_name diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeBusinessToolsTheme/OrangeBusinessToolsTheme+TokensSizeSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeBusinessToolsTheme/OrangeBusinessToolsTheme+TokensSizeSnapshotsTests.swift deleted file mode 100644 index b5f15301a0..0000000000 --- a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeBusinessToolsTheme/OrangeBusinessToolsTheme+TokensSizeSnapshotsTests.swift +++ /dev/null @@ -1,51 +0,0 @@ -// -// 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 OUDSSwiftUI -import SwiftUI - -// swiftlint:disable required_deinit -// swiftlint:disable type_name - -/// Tests the UI rendering of each **size token** using reference images -final class OrangeBusinessToolsThemeTokensSizeSnapshotsTests: TokensSizeSnapshotsTestsTestCase { - - // swiftlint:disable implicitly_unwrapped_optional - private var theme: OUDSTheme! - // swiftlint:enable implicitly_unwrapped_optional - - override func setUp() { - theme = OrangeBusinessToolsTheme() - } - - /// This function tests all size tokens in the `OrangeBusinessToolsTheme` with the `light` color scheme. - /// It iterates through all `NamedSize` cases, rendering each illustration in a `UIHostingController` - /// and captures a snapshot. The snapshot is saved with a name indicating the elevation, theme, and color scheme. - @MainActor func testAllSizesOrangeBusinessToolsThemeLight() { - let interfaceStyle = UIUserInterfaceStyle.light - testSizeIconDecorative(for: theme, in: interfaceStyle) - testSizeIconWithTypography(for: theme, in: interfaceStyle) - } - - /// This function tests all size tokens in the `OrangeBusinessToolsTheme` with the `dark` color scheme. - /// It iterates through all `NamedSize` cases, rendering each illustration in a `UIHostingController` - /// and captures a snapshot. The snapshot is saved with a name indicating the elevation, theme, and color scheme. - @MainActor func testAllSizesOrangeBusinessToolsThemeDark() { - let interfaceStyle = UIUserInterfaceStyle.dark - testSizeIconDecorative(for: theme, in: interfaceStyle) - testSizeIconWithTypography(for: theme, in: interfaceStyle) - } -} - -// swiftlint:enable required_deinit -// swiftlint:enable type_name diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeBusinessToolsTheme/OrangeBusinessToolsTheme+TokensSpaceSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeBusinessToolsTheme/OrangeBusinessToolsTheme+TokensSpaceSnapshotsTests.swift deleted file mode 100644 index 05515ec2f1..0000000000 --- a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeBusinessToolsTheme/OrangeBusinessToolsTheme+TokensSpaceSnapshotsTests.swift +++ /dev/null @@ -1,61 +0,0 @@ -// -// 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 OUDSSwiftUI -import SwiftUI - -// swiftlint:disable required_deinit -// swiftlint:disable type_name - -/// Tests the UI rendering of each **space token** using reference images for `OrangeBusinessToolsTheme` -final class OrangeBusinessToolsThemeTokensSpaceSnapshotsTests: TokensSpaceSnapshotsTestsTestCase { - - // swiftlint:disable implicitly_unwrapped_optional - private var theme: OUDSTheme! - // swiftlint:enable implicitly_unwrapped_optional - - override func setUp() { - theme = OrangeBusinessToolsTheme() - } - - /// This function tests all _ tokens in the `OrangeBusinessToolsTheme` with the `light` color schemes. - /// It iterates through all `NamedSpace` cases, rendering each illustration in a `UIHostingController` - /// and captures a snapshot. Each snapshot is saved with a name that indicates the spacing type, theme, and color scheme. - @MainActor func testAllSpacesOrangeBusinessToolsThemeLight() { - let interfaceStyle = UIUserInterfaceStyle.light - testScaledProperty(theme: theme, interfaceStyle: interfaceStyle) - testFixedProperty(theme: theme, interfaceStyle: interfaceStyle) - testPaddingInline(theme: theme, interfaceStyle: interfaceStyle) - testInset(theme: theme, interfaceStyle: interfaceStyle) - testPaddingBlock(theme: theme, interfaceStyle: interfaceStyle) - testColumnGap(theme: theme, interfaceStyle: interfaceStyle) - testRowGap(theme: theme, interfaceStyle: interfaceStyle) - } - - /// This function tests all space tokens in the `OrangeBusinessToolsTheme` with both the `dark` color schemes. - /// It iterates through all `NamedSize` cases, rendering each illustration in a `UIHostingController` - /// and captures a snapshot. The snapshot is saved with a name indicating the space type, theme, and interfaceStyle (i.e color scheme). - @MainActor func testAllSpacesOrangeBusinessToolsThemeDark() { - let interfaceStyle = UIUserInterfaceStyle.dark - testScaledProperty(theme: theme, interfaceStyle: interfaceStyle) - testFixedProperty(theme: theme, interfaceStyle: interfaceStyle) - testPaddingInline(theme: theme, interfaceStyle: interfaceStyle) - testInset(theme: theme, interfaceStyle: interfaceStyle) - testPaddingBlock(theme: theme, interfaceStyle: interfaceStyle) - testColumnGap(theme: theme, interfaceStyle: interfaceStyle) - testRowGap(theme: theme, interfaceStyle: interfaceStyle) - } -} - -// swiftlint:enable required_deinit -// swiftlint:enable type_name diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeCompactTheme/OrangeCompactTheme+TokensBorderSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeCompactTheme/OrangeCompactTheme+TokensBorderSnapshotsTests.swift new file mode 100644 index 0000000000..73b36fd925 --- /dev/null +++ b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeCompactTheme/OrangeCompactTheme+TokensBorderSnapshotsTests.swift @@ -0,0 +1,53 @@ +// +// 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 OUDSSwiftUI +import SwiftUI + +// swiftlint:disable required_deinit +// swiftlint:disable type_name + +/// Tests the UI rendering of each **border token** using reference images for `OrangeCompactTheme` +final class OrangeCompactThemeTokensBorderSnapshotsTests: TokensBorderSnapshotsTestsTestCase { + + // swiftlint:disable implicitly_unwrapped_optional + private var theme: OUDSTheme! + // swiftlint:enable implicitly_unwrapped_optional + + override func setUp() { + theme = OrangeCompactTheme() + } + + /// This function tests all border tokens in the `OrangeCompactTheme` with the `light` color schemes. + /// It iterates through all `NamedBorderWidth`, `NamedBorderRadius`, and`NamedBorderStyle` cases, rendering each illustration in a `UIHostingController` + /// and captures a snapshot. Each snapshot is saved with a name that indicates the spacing type, theme, and color scheme. + @MainActor func testAllBorderOrangeCompactThemeLight() { + let interfaceStyle = UIUserInterfaceStyle.light + testBorderWidth(for: theme, in: interfaceStyle) + testBorderRadius(for: theme, in: interfaceStyle) + testBorderStyle(for: theme, in: interfaceStyle) + } + + /// This function tests all border tokens in the `OrangeCompactTheme` with the `dark` color schemes. + /// It iterates through all `NamedSize` cases, rendering each illustration in a `UIHostingController` + /// and captures a snapshot. Each snapshot is saved with a name that indicates the spacing type, theme, and color scheme. + @MainActor func testAllBorderOrangeCompactThemeDark() { + let interfaceStyle = UIUserInterfaceStyle.dark + testBorderWidth(for: theme, in: interfaceStyle) + testBorderRadius(for: theme, in: interfaceStyle) + testBorderStyle(for: theme, in: interfaceStyle) + } +} + +// swiftlint:enable required_deinit +// swiftlint:enable type_name diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeCompactTheme/OrangeCompactTheme+TokensColorSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeCompactTheme/OrangeCompactTheme+TokensColorSnapshotsTests.swift new file mode 100644 index 0000000000..aabceba4d0 --- /dev/null +++ b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeCompactTheme/OrangeCompactTheme+TokensColorSnapshotsTests.swift @@ -0,0 +1,72 @@ +// +// 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 OUDSSwiftUI +import SwiftUI + +// swiftlint:disable required_deinit +// swiftlint:disable type_name + +/// Tests the UI rendering of each **color token** using reference images for `OrangeCompactTheme` +final class OrangeCompactThemeTokensColorSnapshotsTests: TokensColorSnapshotsTestsTestCase { + + // swiftlint:disable implicitly_unwrapped_optional + private var theme: OUDSTheme! + // swiftlint:enable implicitly_unwrapped_optional + + override func setUp() { + theme = OrangeCompactTheme() + } + + /// This function tests all color tokens in the `OrangeCompactTheme` with the `light` color schemes. + /// It iterates through all sections of `NamedColor`, rendering each illustration in a `UIHostingController`, + /// and captures a snapshot for each color. The snapshots are saved with names indicating the color, theme, and color scheme. + @MainActor func testAllColorsOrangeCompactThemeLight() { + let interfaceStyle = UIUserInterfaceStyle.light + testActionColors(theme: theme, interfaceStyle: interfaceStyle) + testAlwaysColors(theme: theme, interfaceStyle: interfaceStyle) + testBackgroundColors(theme: theme, interfaceStyle: interfaceStyle) + testBorderColors(theme: theme, interfaceStyle: interfaceStyle) + testChartColors(theme: theme, interfaceStyle: interfaceStyle) + testContentColors(theme: theme, interfaceStyle: interfaceStyle) + testOpacityColors(theme: theme, interfaceStyle: interfaceStyle) + testOverlayColors(theme: theme, interfaceStyle: interfaceStyle) + testRepositoryColors(theme: theme, interfaceStyle: interfaceStyle) + testSurfaceColors(theme: theme, interfaceStyle: interfaceStyle) + } + + /// This function tests all color tokens in the `OrangeCompactTheme` with the `dark` color schemes. + /// It iterates through all sections of `NamedColor`, rendering each illustration in a `UIHostingController`, + /// and captures a snapshot for each color. The snapshots are saved with names indicating the color, theme, and color scheme. + @MainActor func testAllColorsOrangeCompactThemeDark() { + let interfaceStyle = UIUserInterfaceStyle.dark + testActionColors(theme: theme, interfaceStyle: interfaceStyle) + testAlwaysColors(theme: theme, interfaceStyle: interfaceStyle) + testBackgroundColors(theme: theme, interfaceStyle: interfaceStyle) + testBorderColors(theme: theme, interfaceStyle: interfaceStyle) + testChartColors(theme: theme, interfaceStyle: interfaceStyle) + testContentColors(theme: theme, interfaceStyle: interfaceStyle) + testOpacityColors(theme: theme, interfaceStyle: interfaceStyle) + testOverlayColors(theme: theme, interfaceStyle: interfaceStyle) + /* + There are some failures with two tokens, even if the snapshots are fresh: + - OrangeCompact Theme, dark mode --> repositoryOpacityBlackHighest + - OrangeCompact Theme, dark mode --> surfaceInverseHigh + */ + testRepositoryColors(theme: theme, interfaceStyle: interfaceStyle, precision: 0.94, perceptualPrecision: 0.96) + testSurfaceColors(theme: theme, interfaceStyle: interfaceStyle, precision: 0.94, perceptualPrecision: 0.96) + } +} + +// swiftlint:enable required_deinit +// swiftlint:enable type_name diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeCompactTheme/OrangeCompactTheme+TokensElevationSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeCompactTheme/OrangeCompactTheme+TokensElevationSnapshotsTests.swift new file mode 100644 index 0000000000..0ca379c8b1 --- /dev/null +++ b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeCompactTheme/OrangeCompactTheme+TokensElevationSnapshotsTests.swift @@ -0,0 +1,49 @@ +// +// 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 OUDSSwiftUI +import SwiftUI + +// swiftlint:disable required_deinit +// swiftlint:disable type_name + +/// Tests the UI rendering of each **elevation token** using reference images for `OrangeCompactTheme` +final class OrangeCompactThemeTokensElevationSnapshotsTests: TokensElevationSnapshotsTestsTestCase { + + // swiftlint:disable implicitly_unwrapped_optional + private var theme: OUDSTheme! + // swiftlint:enable implicitly_unwrapped_optional + + override func setUp() { + theme = OrangeCompactTheme() + } + + /// This function tests all elevation tokens in the `OrangeCompactTheme` with the `light` color scheme. + /// It iterates through all `NamedElevation` cases, rendering each illustration in a `UIHostingController` + /// and captures a snapshot. The snapshot is saved with a name indicating the elevation, theme, and color scheme. + @MainActor func testAllElevationsOrangeCompactThemeLight() { + let interfaceStyle = UIUserInterfaceStyle.light + testElevations(for: theme, in: interfaceStyle) + } + + /// This function tests all elevation tokens in the `OrangeCompactTheme` with the `dark` color scheme. + /// It iterates through all `NamedElevation` cases, rendering each illustration in a `UIHostingController` + /// and captures a snapshot. The snapshot is saved with a name indicating the elevation, theme, and color scheme. + @MainActor func testAllElevationsOrangeCompactThemeDark() { + let interfaceStyle = UIUserInterfaceStyle.dark + testElevations(for: theme, in: interfaceStyle) + } +} + +// swiftlint:enable required_deinit +// swiftlint:enable type_name diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeCompactTheme/OrangeCompactTheme+TokensFontSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeCompactTheme/OrangeCompactTheme+TokensFontSnapshotsTests.swift new file mode 100644 index 0000000000..730dee9c25 --- /dev/null +++ b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeCompactTheme/OrangeCompactTheme+TokensFontSnapshotsTests.swift @@ -0,0 +1,49 @@ +// +// 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 OUDSSwiftUI +import SwiftUI + +// swiftlint:disable required_deinit +// swiftlint:disable type_name + +/// Tests the UI rendering of each **font token** using reference images for `OrangeCompactTheme` +final class OrangeCompactThemeTokensFontSnapshotsTests: TokensFontSnapshotsTestsTestCase { + + // swiftlint:disable implicitly_unwrapped_optional + private var theme: OUDSTheme! + // swiftlint:enable implicitly_unwrapped_optional + + override func setUp() { + theme = OrangeCompactTheme() + } + + /// This function tests all font tokens in the `OrangeCompactTheme` with the `light` color scheme. + /// It iterates through all `NamedFont` cases, rendering each illustration in a `UIHostingController` + /// and captures a snapshot. The snapshot is saved with a name indicating the font, theme, color scheme and horizontalSizeClass. + @MainActor func testAllFontsOrangeCompactThemeLight() { + let interfaceStyle = UIUserInterfaceStyle.light + testAllFonts(for: theme, in: interfaceStyle) + } + + /// This function tests all font tokens in the `OrangeCompactTheme` with the `dark` color scheme. + /// It iterates through all `NamedFont` cases, rendering each illustration in a `UIHostingController` + /// and captures a snapshot. The snapshot is saved with a name indicating the font, theme, color scheme horizontalSizeClass. + @MainActor func testAllFontsOrangeCompactThemeDark() { + let interfaceStyle = UIUserInterfaceStyle.dark + testAllFonts(for: theme, in: interfaceStyle) + } +} + +// swiftlint:enable required_deinit +// swiftlint:enable type_name diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeCompactTheme/OrangeCompactTheme+TokensOpacitySnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeCompactTheme/OrangeCompactTheme+TokensOpacitySnapshotsTests.swift new file mode 100644 index 0000000000..d743095716 --- /dev/null +++ b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeCompactTheme/OrangeCompactTheme+TokensOpacitySnapshotsTests.swift @@ -0,0 +1,49 @@ +// +// 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 OUDSSwiftUI +import SwiftUI + +// swiftlint:disable required_deinit +// swiftlint:disable type_name + +/// Tests the UI rendering of each **opacity token** using reference images for `OrangeCompactTheme`. +final class OrangeCompactThemeTokensOpacitySnapshotsTests: TokensOpacitySnapshotsTestsTestCase { + + // swiftlint:disable implicitly_unwrapped_optional + private var theme: OUDSTheme! + // swiftlint:enable implicitly_unwrapped_optional + + override func setUp() { + theme = OrangeCompactTheme() + } + + /// This function tests all opacity tokens in the `OrangeCompactTheme` with the `light` color scheme. + /// It iterates through all `NamedOpacity` cases, rendering each illustration in a `UIHostingController` + /// and captures a snapshot. The snapshot is saved with a name indicating the elevation, theme, and color scheme. + @MainActor func testAllOpacitiesOrangeCompactThemeLight() { + let interfaceStyle = UIUserInterfaceStyle.light + testOpacities(for: theme, in: interfaceStyle) + } + + /// This function tests all opacity tokens in the `OrangeCompactTheme` with the `dark` color scheme. + /// It iterates through all `NamedOpacity` cases, rendering each illustration in a `UIHostingController` + /// and captures a snapshot. The snapshot is saved with a name indicating the elevation, theme, and color scheme. + @MainActor func testAllOpacitiesOrangeCompactThemeDark() { + let interfaceStyle = UIUserInterfaceStyle.dark + testOpacities(for: theme, in: interfaceStyle) + } +} + +// swiftlint:enable required_deinit +// swiftlint:enable type_name diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeCompactTheme/OrangeCompactTheme+TokensSizeSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeCompactTheme/OrangeCompactTheme+TokensSizeSnapshotsTests.swift new file mode 100644 index 0000000000..0b20b630b8 --- /dev/null +++ b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeCompactTheme/OrangeCompactTheme+TokensSizeSnapshotsTests.swift @@ -0,0 +1,51 @@ +// +// 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 OUDSSwiftUI +import SwiftUI + +// swiftlint:disable required_deinit +// swiftlint:disable type_name + +/// Tests the UI rendering of each **size token** using reference images +final class OrangeCompactThemeTokensSizeSnapshotsTests: TokensSizeSnapshotsTestsTestCase { + + // swiftlint:disable implicitly_unwrapped_optional + private var theme: OUDSTheme! + // swiftlint:enable implicitly_unwrapped_optional + + override func setUp() { + theme = OrangeCompactTheme() + } + + /// This function tests all size tokens in the `OrangeCompactTheme` with the `light` color scheme. + /// It iterates through all `NamedSize` cases, rendering each illustration in a `UIHostingController` + /// and captures a snapshot. The snapshot is saved with a name indicating the elevation, theme, and color scheme. + @MainActor func testAllSizesOrangeCompactThemeLight() { + let interfaceStyle = UIUserInterfaceStyle.light + testSizeIconDecorative(for: theme, in: interfaceStyle) + testSizeIconWithTypography(for: theme, in: interfaceStyle) + } + + /// This function tests all size tokens in the `OrangeCompactTheme` with the `dark` color scheme. + /// It iterates through all `NamedSize` cases, rendering each illustration in a `UIHostingController` + /// and captures a snapshot. The snapshot is saved with a name indicating the elevation, theme, and color scheme. + @MainActor func testAllSizesOrangeCompactThemeDark() { + let interfaceStyle = UIUserInterfaceStyle.dark + testSizeIconDecorative(for: theme, in: interfaceStyle) + testSizeIconWithTypography(for: theme, in: interfaceStyle) + } +} + +// swiftlint:enable required_deinit +// swiftlint:enable type_name diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeCompactTheme/OrangeCompactTheme+TokensSpaceSnapshotsTests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeCompactTheme/OrangeCompactTheme+TokensSpaceSnapshotsTests.swift new file mode 100644 index 0000000000..51d84f2d5a --- /dev/null +++ b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/OrangeCompactTheme/OrangeCompactTheme+TokensSpaceSnapshotsTests.swift @@ -0,0 +1,61 @@ +// +// 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 OUDSSwiftUI +import SwiftUI + +// swiftlint:disable required_deinit +// swiftlint:disable type_name + +/// Tests the UI rendering of each **space token** using reference images for `OrangeCompactTheme` +final class OrangeCompactThemeTokensSpaceSnapshotsTests: TokensSpaceSnapshotsTestsTestCase { + + // swiftlint:disable implicitly_unwrapped_optional + private var theme: OUDSTheme! + // swiftlint:enable implicitly_unwrapped_optional + + override func setUp() { + theme = OrangeCompactTheme() + } + + /// This function tests all _ tokens in the `OrangeCompactTheme` with the `light` color schemes. + /// It iterates through all `NamedSpace` cases, rendering each illustration in a `UIHostingController` + /// and captures a snapshot. Each snapshot is saved with a name that indicates the spacing type, theme, and color scheme. + @MainActor func testAllSpacesOrangeCompactThemeLight() { + let interfaceStyle = UIUserInterfaceStyle.light + testScaledProperty(theme: theme, interfaceStyle: interfaceStyle) + testFixedProperty(theme: theme, interfaceStyle: interfaceStyle) + testPaddingInline(theme: theme, interfaceStyle: interfaceStyle) + testInset(theme: theme, interfaceStyle: interfaceStyle) + testPaddingBlock(theme: theme, interfaceStyle: interfaceStyle) + testColumnGap(theme: theme, interfaceStyle: interfaceStyle) + testRowGap(theme: theme, interfaceStyle: interfaceStyle) + } + + /// This function tests all space tokens in the `OrangeCompactTheme` with both the `dark` color schemes. + /// It iterates through all `NamedSize` cases, rendering each illustration in a `UIHostingController` + /// and captures a snapshot. The snapshot is saved with a name indicating the space type, theme, and interfaceStyle (i.e color scheme). + @MainActor func testAllSpacesOrangeCompactThemeDark() { + let interfaceStyle = UIUserInterfaceStyle.dark + testScaledProperty(theme: theme, interfaceStyle: interfaceStyle) + testFixedProperty(theme: theme, interfaceStyle: interfaceStyle) + testPaddingInline(theme: theme, interfaceStyle: interfaceStyle) + testInset(theme: theme, interfaceStyle: interfaceStyle) + testPaddingBlock(theme: theme, interfaceStyle: interfaceStyle) + testColumnGap(theme: theme, interfaceStyle: interfaceStyle) + testRowGap(theme: theme, interfaceStyle: interfaceStyle) + } +} + +// swiftlint:enable required_deinit +// swiftlint:enable type_name diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.radiusDefault.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.radiusDefault.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.radiusDefault.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.radiusDefault.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.radiusLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.radiusLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.radiusLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.radiusLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.radiusMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.radiusMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.radiusMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.radiusMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.radiusNone.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.radiusNone.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.radiusNone.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.radiusNone.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.radiusPill.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.radiusPill.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.radiusPill.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.radiusPill.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.radiusSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.radiusSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.radiusSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.radiusSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.styleDefault.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.styleDefault.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.styleDefault.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.styleDefault.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.styleDrag.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.styleDrag.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.styleDrag.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.styleDrag.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.widthDefault.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.widthDefault.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.widthDefault.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.widthDefault.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.widthFocus.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.widthFocus.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.widthFocus.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.widthFocus.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.widthFocusInset.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.widthFocusInset.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.widthFocusInset.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.widthFocusInset.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.widthMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.widthMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.widthMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.widthMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.widthNone.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.widthNone.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.widthNone.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.widthNone.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.widthThick.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.widthThick.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.widthThick.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.widthThick.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.widthThicker.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.widthThicker.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.widthThicker.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.widthThicker.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.widthThin.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.widthThin.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.widthThin.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.widthThin.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.radiusDefault.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.radiusDefault.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.radiusDefault.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.radiusDefault.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.radiusLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.radiusLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.radiusLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.radiusLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.radiusMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.radiusMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.radiusMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.radiusMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.radiusNone.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.radiusNone.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.radiusNone.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.radiusNone.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.radiusPill.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.radiusPill.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.radiusPill.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.radiusPill.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.radiusSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.radiusSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.radiusSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.radiusSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.styleDefault.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.styleDefault.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.styleDefault.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.styleDefault.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.styleDrag.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.styleDrag.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.styleDrag.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.styleDrag.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.widthDefault.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.widthDefault.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.widthDefault.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.widthDefault.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.widthFocus.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.widthFocus.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.widthFocus.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.widthFocus.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.widthFocusInset.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.widthFocusInset.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.widthFocusInset.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.widthFocusInset.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.widthMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.widthMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.widthMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.widthMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.widthNone.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.widthNone.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.widthNone.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.widthNone.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.widthThick.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.widthThick.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.widthThick.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.widthThick.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.widthThicker.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.widthThicker.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.widthThicker.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.widthThicker.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.widthThin.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.widthThin.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.widthThin.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensBorderSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.widthThin.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionAccent.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionAccent.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionAccent.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionAccent.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionDisabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionDisabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionDisabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionDisabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionEnabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionEnabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionEnabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionEnabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionFocus.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionFocus.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionFocus.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionFocus.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionHighlighted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionHighlighted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionHighlighted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionHighlighted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionHover.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionHover.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionHover.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionHover.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionLoading.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionLoading.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionLoading.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionLoading.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionNegativeEnabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionNegativeEnabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionNegativeEnabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionNegativeEnabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionNegativeFocus.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionNegativeFocus.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionNegativeFocus.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionNegativeFocus.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionNegativeHover.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionNegativeHover.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionNegativeHover.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionNegativeHover.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionNegativeLoading.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionNegativeLoading.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionNegativeLoading.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionNegativeLoading.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionNegativePressed.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionNegativePressed.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionNegativePressed.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionNegativePressed.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionPressed.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionPressed.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionPressed.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionPressed.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionReadOnlyPrimary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionReadOnlyPrimary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionReadOnlyPrimary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionReadOnlyPrimary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionReadOnlySecondary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionReadOnlySecondary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionReadOnlySecondary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionReadOnlySecondary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionSelected.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionSelected.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionSelected.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionSelected.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionSupportDisabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionSupportDisabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionSupportDisabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionSupportDisabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionSupportEnabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionSupportEnabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionSupportEnabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionSupportEnabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionSupportFocus.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionSupportFocus.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionSupportFocus.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionSupportFocus.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionSupportHover.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionSupportHover.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionSupportHover.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionSupportHover.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionSupportLoading.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionSupportLoading.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionSupportLoading.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionSupportLoading.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionSupportPressed.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionSupportPressed.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionSupportPressed.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionSupportPressed.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionVisited.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionVisited.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.actionVisited.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.actionVisited.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.alwaysBlack.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.alwaysBlack.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.alwaysBlack.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.alwaysBlack.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.alwaysOnBlack.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.alwaysOnBlack.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.alwaysOnBlack.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.alwaysOnBlack.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.alwaysOnWhite.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.alwaysOnWhite.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.alwaysOnWhite.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.alwaysOnWhite.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.alwaysWhite.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.alwaysWhite.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.alwaysWhite.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.alwaysWhite.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.bgInverseHigh.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.bgInverseHigh.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.bgInverseHigh.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.bgInverseHigh.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.bgInverseLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.bgInverseLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.bgInverseLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.bgInverseLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.bgPrimary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.bgPrimary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.bgPrimary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.bgPrimary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.bgSecondary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.bgSecondary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.bgSecondary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.bgSecondary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.bgTertiary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.bgTertiary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.bgTertiary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.bgTertiary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.border.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.border.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.border.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.border.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.borderBrandPrimary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.borderBrandPrimary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.borderBrandPrimary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.borderBrandPrimary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.borderContrast.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.borderContrast.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.borderContrast.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.borderContrast.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.borderDefault.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.borderDefault.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.borderDefault.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.borderDefault.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.borderEmphasized.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.borderEmphasized.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.borderEmphasized.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.borderEmphasized.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.borderFocus.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.borderFocus.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.borderFocus.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.borderFocus.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.borderFocusInset.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.borderFocusInset.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.borderFocusInset.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.borderFocusInset.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.borderMinimal.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.borderMinimal.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.borderMinimal.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.borderMinimal.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.borderMuted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.borderMuted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.borderMuted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.borderMuted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.borderOnBrandPrimary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.borderOnBrandPrimary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.borderOnBrandPrimary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.borderOnBrandPrimary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.borderStatusAccent.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.borderStatusAccent.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.borderStatusAccent.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.borderStatusAccent.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.borderStatusInfo.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.borderStatusInfo.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.borderStatusInfo.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.borderStatusInfo.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.borderStatusNegative.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.borderStatusNegative.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.borderStatusNegative.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.borderStatusNegative.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.borderStatusPositive.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.borderStatusPositive.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.borderStatusPositive.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.borderStatusPositive.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.borderStatusWarning.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.borderStatusWarning.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.borderStatusWarning.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.borderStatusWarning.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.categoricalTier1.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.categoricalTier1.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.categoricalTier1.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.categoricalTier1.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.categoricalTier10.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.categoricalTier10.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.categoricalTier10.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.categoricalTier10.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.categoricalTier2.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.categoricalTier2.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.categoricalTier2.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.categoricalTier2.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.categoricalTier3.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.categoricalTier3.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.categoricalTier3.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.categoricalTier3.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.categoricalTier4.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.categoricalTier4.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.categoricalTier4.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.categoricalTier4.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.categoricalTier5.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.categoricalTier5.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.categoricalTier5.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.categoricalTier5.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.categoricalTier6.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.categoricalTier6.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.categoricalTier6.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.categoricalTier6.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.categoricalTier7.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.categoricalTier7.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.categoricalTier7.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.categoricalTier7.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.categoricalTier8.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.categoricalTier8.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.categoricalTier8.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.categoricalTier8.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.categoricalTier9.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.categoricalTier9.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.categoricalTier9.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.categoricalTier9.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentBrandPrimary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentBrandPrimary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentBrandPrimary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentBrandPrimary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentDefault.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentDefault.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentDefault.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentDefault.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentDisabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentDisabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentDisabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentDisabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentInverse.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentInverse.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentInverse.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentInverse.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentMuted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentMuted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentMuted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentMuted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnActionDisabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnActionDisabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnActionDisabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnActionDisabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnActionEnabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnActionEnabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnActionEnabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnActionEnabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnActionFocus.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnActionFocus.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnActionFocus.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnActionFocus.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnActionHighlighted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnActionHighlighted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnActionHighlighted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnActionHighlighted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnActionHover.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnActionHover.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnActionHover.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnActionHover.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnActionLoading.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnActionLoading.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnActionLoading.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnActionLoading.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnActionPressed.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnActionPressed.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnActionPressed.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnActionPressed.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnActionSelected.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnActionSelected.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnActionSelected.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnActionSelected.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnBrandPrimary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnBrandPrimary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnBrandPrimary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnBrandPrimary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnStatusAccentEmphasized.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnStatusAccentEmphasized.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnStatusAccentEmphasized.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnStatusAccentEmphasized.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnStatusAccentMuted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnStatusAccentMuted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnStatusAccentMuted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnStatusAccentMuted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnStatusInfoEmphasized.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnStatusInfoEmphasized.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnStatusInfoEmphasized.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnStatusInfoEmphasized.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnStatusInfoMuted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnStatusInfoMuted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnStatusInfoMuted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnStatusInfoMuted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnStatusNegativeEmphasized.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnStatusNegativeEmphasized.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnStatusNegativeEmphasized.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnStatusNegativeEmphasized.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnStatusNegativeMuted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnStatusNegativeMuted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnStatusNegativeMuted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnStatusNegativeMuted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnStatusPositiveEmphasized.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnStatusPositiveEmphasized.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnStatusPositiveEmphasized.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnStatusPositiveEmphasized.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnStatusPositiveMuted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnStatusPositiveMuted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnStatusPositiveMuted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnStatusPositiveMuted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnStatusWarningEmphasized.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnStatusWarningEmphasized.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnStatusWarningEmphasized.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnStatusWarningEmphasized.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnStatusWarningMuted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnStatusWarningMuted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentOnStatusWarningMuted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentOnStatusWarningMuted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentStatusAccent.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentStatusAccent.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentStatusAccent.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentStatusAccent.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentStatusInfo.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentStatusInfo.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentStatusInfo.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentStatusInfo.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentStatusNegative.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentStatusNegative.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentStatusNegative.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentStatusNegative.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentStatusPositive.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentStatusPositive.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentStatusPositive.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentStatusPositive.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentStatusWarning.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentStatusWarning.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.contentStatusWarning.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.contentStatusWarning.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.functionalInfo.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.functionalInfo.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.functionalInfo.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.functionalInfo.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.functionalNegative.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.functionalNegative.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.functionalNegative.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.functionalNegative.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.functionalPositive.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.functionalPositive.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.functionalPositive.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.functionalPositive.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.functionalWarning.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.functionalWarning.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.functionalWarning.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.functionalWarning.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.gridlines.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.gridlines.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.gridlines.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.gridlines.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.highlight.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.highlight.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.highlight.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.highlight.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.neutral.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.neutral.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.neutral.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.neutral.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.opacityLower.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.opacityLower.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.opacityLower.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.opacityLower.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.opacityLowest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.opacityLowest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.opacityLowest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.opacityLowest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.opacityTransparent.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.opacityTransparent.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.opacityTransparent.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.opacityTransparent.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.overlayDrag.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.overlayDrag.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.overlayDrag.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.overlayDrag.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.overlayDropdown.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.overlayDropdown.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.overlayDropdown.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.overlayDropdown.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.overlayModal.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.overlayModal.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.overlayModal.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.overlayModal.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.overlayTooltip.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.overlayTooltip.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.overlayTooltip.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.overlayTooltip.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryAccentHigher.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryAccentHigher.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryAccentHigher.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryAccentHigher.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryAccentHighest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryAccentHighest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryAccentHighest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryAccentHighest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryAccentLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryAccentLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryAccentLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryAccentLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryAccentLowest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryAccentLowest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryAccentLowest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryAccentLowest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryAccentMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryAccentMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryAccentMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryAccentMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryInfoHigh.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryInfoHigh.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryInfoHigh.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryInfoHigh.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryInfoHighest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryInfoHighest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryInfoHighest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryInfoHighest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryInfoLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryInfoLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryInfoLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryInfoLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryInfoLowest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryInfoLowest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryInfoLowest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryInfoLowest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNegativeHigh.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNegativeHigh.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNegativeHigh.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNegativeHigh.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNegativeHigher.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNegativeHigher.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNegativeHigher.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNegativeHigher.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNegativeHighest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNegativeHighest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNegativeHighest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNegativeHighest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNegativeLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNegativeLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNegativeLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNegativeLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNegativeLower.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNegativeLower.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNegativeLower.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNegativeLower.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNegativeLowest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNegativeLowest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNegativeLowest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNegativeLowest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNegativeMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNegativeMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNegativeMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNegativeMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNeutralEmphasizedBlack.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNeutralEmphasizedBlack.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNeutralEmphasizedBlack.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNeutralEmphasizedBlack.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNeutralEmphasizedHigh.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNeutralEmphasizedHigh.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNeutralEmphasizedHigh.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNeutralEmphasizedHigh.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNeutralEmphasizedHigher.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNeutralEmphasizedHigher.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNeutralEmphasizedHigher.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNeutralEmphasizedHigher.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNeutralEmphasizedHighest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNeutralEmphasizedHighest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNeutralEmphasizedHighest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNeutralEmphasizedHighest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNeutralEmphasizedLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNeutralEmphasizedLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNeutralEmphasizedLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNeutralEmphasizedLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNeutralEmphasizedMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNeutralEmphasizedMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNeutralEmphasizedMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNeutralEmphasizedMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNeutralMutedLower.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNeutralMutedLower.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNeutralMutedLower.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNeutralMutedLower.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNeutralMutedLowest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNeutralMutedLowest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNeutralMutedLowest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNeutralMutedLowest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNeutralMutedWhite.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNeutralMutedWhite.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryNeutralMutedWhite.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryNeutralMutedWhite.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityAccentLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityAccentLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityAccentLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityAccentLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityAccentMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityAccentMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityAccentMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityAccentMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityBlackHigh.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityBlackHigh.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityBlackHigh.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityBlackHigh.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityBlackHigher.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityBlackHigher.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityBlackHigher.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityBlackHigher.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityBlackHighest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityBlackHighest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityBlackHighest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityBlackHighest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityBlackLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityBlackLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityBlackLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityBlackLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityBlackLower.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityBlackLower.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityBlackLower.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityBlackLower.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityBlackLowest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityBlackLowest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityBlackLowest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityBlackLowest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityBlackMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityBlackMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityBlackMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityBlackMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityBlackMediumHigh.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityBlackMediumHigh.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityBlackMediumHigh.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityBlackMediumHigh.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityBlackMediumLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityBlackMediumLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityBlackMediumLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityBlackMediumLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityBlackTransparent.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityBlackTransparent.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityBlackTransparent.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityBlackTransparent.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityInfoLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityInfoLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityInfoLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityInfoLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityInfoMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityInfoMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityInfoMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityInfoMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityNegativeLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityNegativeLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityNegativeLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityNegativeLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityNegativeMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityNegativeMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityNegativeMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityNegativeMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityPositiveLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityPositiveLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityPositiveLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityPositiveLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityPositiveMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityPositiveMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityPositiveMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityPositiveMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityWarningLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityWarningLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityWarningLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityWarningLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityWarningMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityWarningMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityWarningMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityWarningMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityWhiteHigh.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityWhiteHigh.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityWhiteHigh.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityWhiteHigh.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityWhiteHigher.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityWhiteHigher.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityWhiteHigher.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityWhiteHigher.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityWhiteHighest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityWhiteHighest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityWhiteHighest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityWhiteHighest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityWhiteLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityWhiteLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityWhiteLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityWhiteLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityWhiteLower.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityWhiteLower.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityWhiteLower.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityWhiteLower.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityWhiteLowest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityWhiteLowest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityWhiteLowest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityWhiteLowest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityWhiteMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityWhiteMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityWhiteMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityWhiteMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityWhiteMediumLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityWhiteMediumLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityWhiteMediumLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityWhiteMediumLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityWhiteTransparent.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityWhiteTransparent.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryOpacityWhiteTransparent.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryOpacityWhiteTransparent.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryPositiveHigh.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryPositiveHigh.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryPositiveHigh.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryPositiveHigh.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryPositiveHigher.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryPositiveHigher.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryPositiveHigher.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryPositiveHigher.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryPositiveHighest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryPositiveHighest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryPositiveHighest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryPositiveHighest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryPositiveLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryPositiveLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryPositiveLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryPositiveLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryPositiveLowest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryPositiveLowest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryPositiveLowest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryPositiveLowest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryPositiveMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryPositiveMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryPositiveMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryPositiveMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryPrimaryLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryPrimaryLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryPrimaryLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryPrimaryLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryPrimaryMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryPrimaryMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryPrimaryMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryPrimaryMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryWarningHigh.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryWarningHigh.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryWarningHigh.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryWarningHigh.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryWarningHighest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryWarningHighest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryWarningHighest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryWarningHighest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryWarningLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryWarningLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryWarningLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryWarningLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryWarningLowest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryWarningLowest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryWarningLowest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryWarningLowest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryWarningMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryWarningMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.repositoryWarningMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.repositoryWarningMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfaceBrandPrimary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfaceBrandPrimary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfaceBrandPrimary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfaceBrandPrimary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfaceInverseHigh.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfaceInverseHigh.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfaceInverseHigh.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfaceInverseHigh.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfaceInverseLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfaceInverseLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfaceInverseLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfaceInverseLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfacePrimary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfacePrimary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfacePrimary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfacePrimary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfaceSecondary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfaceSecondary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfaceSecondary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfaceSecondary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfaceStatusAccentEmphasized.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfaceStatusAccentEmphasized.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfaceStatusAccentEmphasized.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfaceStatusAccentEmphasized.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfaceStatusAccentMuted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfaceStatusAccentMuted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfaceStatusAccentMuted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfaceStatusAccentMuted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfaceStatusInfoEmphasized.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfaceStatusInfoEmphasized.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfaceStatusInfoEmphasized.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfaceStatusInfoEmphasized.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfaceStatusInfoMuted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfaceStatusInfoMuted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfaceStatusInfoMuted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfaceStatusInfoMuted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfaceStatusNegativeEmphasized.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfaceStatusNegativeEmphasized.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfaceStatusNegativeEmphasized.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfaceStatusNegativeEmphasized.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfaceStatusNegativeMuted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfaceStatusNegativeMuted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfaceStatusNegativeMuted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfaceStatusNegativeMuted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfaceStatusPositiveEmphasized.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfaceStatusPositiveEmphasized.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfaceStatusPositiveEmphasized.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfaceStatusPositiveEmphasized.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfaceStatusPositiveMuted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfaceStatusPositiveMuted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfaceStatusPositiveMuted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfaceStatusPositiveMuted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfaceStatusWarningEmphasized.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfaceStatusWarningEmphasized.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfaceStatusWarningEmphasized.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfaceStatusWarningEmphasized.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfaceStatusWarningMuted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfaceStatusWarningMuted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfaceStatusWarningMuted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfaceStatusWarningMuted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfaceTertiary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfaceTertiary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.surfaceTertiary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.surfaceTertiary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionAccent.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionAccent.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionAccent.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionAccent.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionDisabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionDisabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionDisabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionDisabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionEnabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionEnabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionEnabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionEnabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionFocus.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionFocus.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionFocus.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionFocus.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionHighlighted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionHighlighted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionHighlighted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionHighlighted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionHover.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionHover.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionHover.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionHover.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionLoading.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionLoading.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionLoading.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionLoading.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionNegativeEnabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionNegativeEnabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionNegativeEnabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionNegativeEnabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionNegativeFocus.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionNegativeFocus.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionNegativeFocus.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionNegativeFocus.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionNegativeHover.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionNegativeHover.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionNegativeHover.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionNegativeHover.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionNegativeLoading.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionNegativeLoading.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionNegativeLoading.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionNegativeLoading.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionNegativePressed.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionNegativePressed.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionNegativePressed.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionNegativePressed.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionPressed.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionPressed.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionPressed.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionPressed.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionReadOnlyPrimary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionReadOnlyPrimary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionReadOnlyPrimary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionReadOnlyPrimary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionReadOnlySecondary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionReadOnlySecondary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionReadOnlySecondary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionReadOnlySecondary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionSelected.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionSelected.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionSelected.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionSelected.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionSupportDisabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionSupportDisabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionSupportDisabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionSupportDisabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionSupportEnabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionSupportEnabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionSupportEnabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionSupportEnabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionSupportFocus.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionSupportFocus.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionSupportFocus.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionSupportFocus.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionSupportHover.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionSupportHover.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionSupportHover.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionSupportHover.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionSupportLoading.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionSupportLoading.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionSupportLoading.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionSupportLoading.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionSupportPressed.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionSupportPressed.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionSupportPressed.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionSupportPressed.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionVisited.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionVisited.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.actionVisited.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.actionVisited.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.alwaysBlack.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.alwaysBlack.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.alwaysBlack.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.alwaysBlack.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.alwaysOnBlack.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.alwaysOnBlack.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.alwaysOnBlack.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.alwaysOnBlack.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.alwaysOnWhite.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.alwaysOnWhite.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.alwaysOnWhite.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.alwaysOnWhite.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.alwaysWhite.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.alwaysWhite.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.alwaysWhite.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.alwaysWhite.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.bgInverseHigh.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.bgInverseHigh.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.bgInverseHigh.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.bgInverseHigh.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.bgInverseLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.bgInverseLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.bgInverseLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.bgInverseLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.bgPrimary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.bgPrimary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.bgPrimary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.bgPrimary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.bgSecondary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.bgSecondary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.bgSecondary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.bgSecondary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.bgTertiary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.bgTertiary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.bgTertiary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.bgTertiary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.border.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.border.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.border.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.border.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.borderBrandPrimary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.borderBrandPrimary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.borderBrandPrimary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.borderBrandPrimary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.borderContrast.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.borderContrast.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.borderContrast.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.borderContrast.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.borderDefault.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.borderDefault.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.borderDefault.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.borderDefault.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.borderEmphasized.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.borderEmphasized.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.borderEmphasized.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.borderEmphasized.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.borderFocus.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.borderFocus.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.borderFocus.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.borderFocus.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.borderFocusInset.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.borderFocusInset.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.borderFocusInset.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.borderFocusInset.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.borderMinimal.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.borderMinimal.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.borderMinimal.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.borderMinimal.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.borderMuted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.borderMuted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.borderMuted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.borderMuted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.borderOnBrandPrimary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.borderOnBrandPrimary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.borderOnBrandPrimary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.borderOnBrandPrimary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.borderStatusAccent.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.borderStatusAccent.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.borderStatusAccent.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.borderStatusAccent.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.borderStatusInfo.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.borderStatusInfo.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.borderStatusInfo.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.borderStatusInfo.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.borderStatusNegative.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.borderStatusNegative.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.borderStatusNegative.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.borderStatusNegative.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.borderStatusPositive.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.borderStatusPositive.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.borderStatusPositive.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.borderStatusPositive.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.borderStatusWarning.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.borderStatusWarning.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.borderStatusWarning.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.borderStatusWarning.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.categoricalTier1.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.categoricalTier1.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.categoricalTier1.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.categoricalTier1.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.categoricalTier10.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.categoricalTier10.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.categoricalTier10.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.categoricalTier10.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.categoricalTier2.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.categoricalTier2.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.categoricalTier2.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.categoricalTier2.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.categoricalTier3.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.categoricalTier3.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.categoricalTier3.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.categoricalTier3.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.categoricalTier4.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.categoricalTier4.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.categoricalTier4.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.categoricalTier4.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.categoricalTier5.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.categoricalTier5.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.categoricalTier5.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.categoricalTier5.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.categoricalTier6.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.categoricalTier6.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.categoricalTier6.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.categoricalTier6.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.categoricalTier7.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.categoricalTier7.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.categoricalTier7.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.categoricalTier7.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.categoricalTier8.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.categoricalTier8.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.categoricalTier8.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.categoricalTier8.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.categoricalTier9.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.categoricalTier9.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.categoricalTier9.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.categoricalTier9.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentBrandPrimary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentBrandPrimary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentBrandPrimary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentBrandPrimary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentDefault.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentDefault.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentDefault.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentDefault.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentDisabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentDisabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentDisabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentDisabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentInverse.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentInverse.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentInverse.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentInverse.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentMuted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentMuted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentMuted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentMuted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnActionDisabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnActionDisabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnActionDisabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnActionDisabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnActionEnabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnActionEnabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnActionEnabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnActionEnabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnActionFocus.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnActionFocus.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnActionFocus.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnActionFocus.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnActionHighlighted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnActionHighlighted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnActionHighlighted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnActionHighlighted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnActionHover.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnActionHover.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnActionHover.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnActionHover.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnActionLoading.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnActionLoading.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnActionLoading.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnActionLoading.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnActionPressed.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnActionPressed.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnActionPressed.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnActionPressed.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnActionSelected.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnActionSelected.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnActionSelected.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnActionSelected.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnBrandPrimary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnBrandPrimary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnBrandPrimary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnBrandPrimary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnStatusAccentEmphasized.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnStatusAccentEmphasized.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnStatusAccentEmphasized.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnStatusAccentEmphasized.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnStatusAccentMuted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnStatusAccentMuted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnStatusAccentMuted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnStatusAccentMuted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnStatusInfoEmphasized.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnStatusInfoEmphasized.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnStatusInfoEmphasized.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnStatusInfoEmphasized.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnStatusInfoMuted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnStatusInfoMuted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnStatusInfoMuted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnStatusInfoMuted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnStatusNegativeEmphasized.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnStatusNegativeEmphasized.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnStatusNegativeEmphasized.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnStatusNegativeEmphasized.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnStatusNegativeMuted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnStatusNegativeMuted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnStatusNegativeMuted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnStatusNegativeMuted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnStatusPositiveEmphasized.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnStatusPositiveEmphasized.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnStatusPositiveEmphasized.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnStatusPositiveEmphasized.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnStatusPositiveMuted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnStatusPositiveMuted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnStatusPositiveMuted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnStatusPositiveMuted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnStatusWarningEmphasized.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnStatusWarningEmphasized.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnStatusWarningEmphasized.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnStatusWarningEmphasized.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnStatusWarningMuted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnStatusWarningMuted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentOnStatusWarningMuted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentOnStatusWarningMuted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentStatusAccent.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentStatusAccent.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentStatusAccent.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentStatusAccent.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentStatusInfo.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentStatusInfo.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentStatusInfo.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentStatusInfo.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentStatusNegative.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentStatusNegative.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentStatusNegative.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentStatusNegative.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentStatusPositive.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentStatusPositive.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentStatusPositive.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentStatusPositive.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentStatusWarning.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentStatusWarning.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.contentStatusWarning.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.contentStatusWarning.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.functionalInfo.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.functionalInfo.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.functionalInfo.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.functionalInfo.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.functionalNegative.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.functionalNegative.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.functionalNegative.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.functionalNegative.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.functionalPositive.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.functionalPositive.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.functionalPositive.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.functionalPositive.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.functionalWarning.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.functionalWarning.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.functionalWarning.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.functionalWarning.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.gridlines.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.gridlines.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.gridlines.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.gridlines.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.highlight.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.highlight.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.highlight.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.highlight.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.neutral.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.neutral.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.neutral.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.neutral.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.opacityLower.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.opacityLower.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.opacityLower.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.opacityLower.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.opacityLowest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.opacityLowest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.opacityLowest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.opacityLowest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.opacityTransparent.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.opacityTransparent.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.opacityTransparent.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.opacityTransparent.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.overlayDrag.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.overlayDrag.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.overlayDrag.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.overlayDrag.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.overlayDropdown.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.overlayDropdown.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.overlayDropdown.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.overlayDropdown.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.overlayModal.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.overlayModal.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.overlayModal.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.overlayModal.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.overlayTooltip.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.overlayTooltip.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.overlayTooltip.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.overlayTooltip.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryAccentHigher.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryAccentHigher.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryAccentHigher.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryAccentHigher.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryAccentHighest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryAccentHighest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryAccentHighest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryAccentHighest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryAccentLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryAccentLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryAccentLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryAccentLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryAccentLowest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryAccentLowest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryAccentLowest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryAccentLowest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryAccentMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryAccentMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryAccentMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryAccentMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryInfoHigh.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryInfoHigh.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryInfoHigh.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryInfoHigh.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryInfoHighest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryInfoHighest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryInfoHighest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryInfoHighest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryInfoLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryInfoLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryInfoLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryInfoLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryInfoLowest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryInfoLowest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryInfoLowest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryInfoLowest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNegativeHigh.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNegativeHigh.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNegativeHigh.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNegativeHigh.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNegativeHigher.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNegativeHigher.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNegativeHigher.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNegativeHigher.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNegativeHighest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNegativeHighest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNegativeHighest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNegativeHighest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNegativeLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNegativeLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNegativeLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNegativeLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNegativeLower.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNegativeLower.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNegativeLower.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNegativeLower.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNegativeLowest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNegativeLowest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNegativeLowest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNegativeLowest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNegativeMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNegativeMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNegativeMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNegativeMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNeutralEmphasizedBlack.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNeutralEmphasizedBlack.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNeutralEmphasizedBlack.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNeutralEmphasizedBlack.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNeutralEmphasizedHigh.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNeutralEmphasizedHigh.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNeutralEmphasizedHigh.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNeutralEmphasizedHigh.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNeutralEmphasizedHigher.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNeutralEmphasizedHigher.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNeutralEmphasizedHigher.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNeutralEmphasizedHigher.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNeutralEmphasizedHighest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNeutralEmphasizedHighest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNeutralEmphasizedHighest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNeutralEmphasizedHighest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNeutralEmphasizedLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNeutralEmphasizedLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNeutralEmphasizedLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNeutralEmphasizedLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNeutralEmphasizedMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNeutralEmphasizedMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNeutralEmphasizedMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNeutralEmphasizedMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNeutralMutedLower.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNeutralMutedLower.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNeutralMutedLower.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNeutralMutedLower.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNeutralMutedLowest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNeutralMutedLowest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNeutralMutedLowest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNeutralMutedLowest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNeutralMutedWhite.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNeutralMutedWhite.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryNeutralMutedWhite.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryNeutralMutedWhite.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityAccentLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityAccentLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityAccentLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityAccentLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityAccentMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityAccentMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityAccentMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityAccentMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityBlackHigh.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityBlackHigh.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityBlackHigh.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityBlackHigh.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityBlackHigher.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityBlackHigher.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityBlackHigher.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityBlackHigher.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityBlackHighest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityBlackHighest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityBlackHighest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityBlackHighest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityBlackLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityBlackLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityBlackLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityBlackLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityBlackLower.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityBlackLower.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityBlackLower.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityBlackLower.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityBlackLowest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityBlackLowest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityBlackLowest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityBlackLowest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityBlackMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityBlackMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityBlackMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityBlackMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityBlackMediumHigh.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityBlackMediumHigh.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityBlackMediumHigh.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityBlackMediumHigh.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityBlackMediumLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityBlackMediumLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityBlackMediumLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityBlackMediumLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityBlackTransparent.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityBlackTransparent.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityBlackTransparent.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityBlackTransparent.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityInfoLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityInfoLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityInfoLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityInfoLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityInfoMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityInfoMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityInfoMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityInfoMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityNegativeLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityNegativeLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityNegativeLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityNegativeLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityNegativeMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityNegativeMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityNegativeMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityNegativeMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityPositiveLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityPositiveLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityPositiveLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityPositiveLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityPositiveMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityPositiveMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityPositiveMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityPositiveMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityWarningLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityWarningLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityWarningLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityWarningLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityWarningMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityWarningMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityWarningMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityWarningMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityWhiteHigh.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityWhiteHigh.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityWhiteHigh.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityWhiteHigh.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityWhiteHigher.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityWhiteHigher.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityWhiteHigher.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityWhiteHigher.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityWhiteHighest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityWhiteHighest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityWhiteHighest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityWhiteHighest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityWhiteLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityWhiteLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityWhiteLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityWhiteLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityWhiteLower.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityWhiteLower.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityWhiteLower.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityWhiteLower.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityWhiteLowest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityWhiteLowest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityWhiteLowest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityWhiteLowest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityWhiteMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityWhiteMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityWhiteMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityWhiteMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityWhiteMediumLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityWhiteMediumLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityWhiteMediumLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityWhiteMediumLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityWhiteTransparent.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityWhiteTransparent.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryOpacityWhiteTransparent.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryOpacityWhiteTransparent.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryPositiveHigh.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryPositiveHigh.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryPositiveHigh.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryPositiveHigh.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryPositiveHigher.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryPositiveHigher.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryPositiveHigher.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryPositiveHigher.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryPositiveHighest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryPositiveHighest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryPositiveHighest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryPositiveHighest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryPositiveLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryPositiveLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryPositiveLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryPositiveLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryPositiveLowest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryPositiveLowest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryPositiveLowest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryPositiveLowest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryPositiveMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryPositiveMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryPositiveMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryPositiveMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryPrimaryLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryPrimaryLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryPrimaryLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryPrimaryLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryPrimaryMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryPrimaryMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryPrimaryMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryPrimaryMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryWarningHigh.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryWarningHigh.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryWarningHigh.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryWarningHigh.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryWarningHighest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryWarningHighest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryWarningHighest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryWarningHighest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryWarningLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryWarningLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryWarningLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryWarningLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryWarningLowest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryWarningLowest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryWarningLowest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryWarningLowest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryWarningMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryWarningMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.repositoryWarningMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.repositoryWarningMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfaceBrandPrimary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfaceBrandPrimary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfaceBrandPrimary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfaceBrandPrimary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfaceInverseHigh.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfaceInverseHigh.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfaceInverseHigh.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfaceInverseHigh.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfaceInverseLow.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfaceInverseLow.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfaceInverseLow.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfaceInverseLow.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfacePrimary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfacePrimary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfacePrimary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfacePrimary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfaceSecondary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfaceSecondary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfaceSecondary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfaceSecondary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfaceStatusAccentEmphasized.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfaceStatusAccentEmphasized.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfaceStatusAccentEmphasized.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfaceStatusAccentEmphasized.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfaceStatusAccentMuted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfaceStatusAccentMuted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfaceStatusAccentMuted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfaceStatusAccentMuted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfaceStatusInfoEmphasized.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfaceStatusInfoEmphasized.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfaceStatusInfoEmphasized.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfaceStatusInfoEmphasized.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfaceStatusInfoMuted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfaceStatusInfoMuted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfaceStatusInfoMuted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfaceStatusInfoMuted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfaceStatusNegativeEmphasized.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfaceStatusNegativeEmphasized.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfaceStatusNegativeEmphasized.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfaceStatusNegativeEmphasized.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfaceStatusNegativeMuted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfaceStatusNegativeMuted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfaceStatusNegativeMuted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfaceStatusNegativeMuted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfaceStatusPositiveEmphasized.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfaceStatusPositiveEmphasized.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfaceStatusPositiveEmphasized.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfaceStatusPositiveEmphasized.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfaceStatusPositiveMuted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfaceStatusPositiveMuted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfaceStatusPositiveMuted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfaceStatusPositiveMuted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfaceStatusWarningEmphasized.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfaceStatusWarningEmphasized.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfaceStatusWarningEmphasized.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfaceStatusWarningEmphasized.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfaceStatusWarningMuted.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfaceStatusWarningMuted.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfaceStatusWarningMuted.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfaceStatusWarningMuted.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfaceTertiary.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfaceTertiary.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.surfaceTertiary.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensColorSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.surfaceTertiary.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.drag.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.drag.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.drag.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.drag.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.emphasized.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.emphasized.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.emphasized.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.emphasized.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.none.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.none.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.none.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.none.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.raised.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.raised.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.raised.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.raised.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.sticky.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.sticky.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.sticky.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.sticky.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.default.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.default.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.default.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.default.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.drag.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.drag.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.drag.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.drag.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.emphasized.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.emphasized.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.emphasized.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.emphasized.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.none.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.none.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.none.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.none.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.raised.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.raised.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.raised.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.raised.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.sticky.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.sticky.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.sticky.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensElevationSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.sticky.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.bodyDefaultLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.bodyDefaultLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.bodyDefaultLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.bodyDefaultLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.bodyDefaultMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.bodyDefaultMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.bodyDefaultMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.bodyDefaultMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.bodyDefaultSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.bodyDefaultSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.bodyDefaultSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.bodyDefaultSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.bodyModerateLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.bodyModerateLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.bodyModerateLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.bodyModerateLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.bodyModerateMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.bodyModerateMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.bodyModerateMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.bodyModerateMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.bodyModerateSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.bodyModerateSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.bodyModerateSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.bodyModerateSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.bodyStrongLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.bodyStrongLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.bodyStrongLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.bodyStrongLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.bodyStrongMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.bodyStrongMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.bodyStrongMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.bodyStrongMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.bodyStrongSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.bodyStrongSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.bodyStrongSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.bodyStrongSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.codeMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.codeMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.codeMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.codeMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.displayLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.displayLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.displayLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.displayLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.displayMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.displayMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.displayMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.displayMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.displaySmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.displaySmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.displaySmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.displaySmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.headingLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.headingLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.headingLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.headingLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.headingMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.headingMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.headingMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.headingMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.headingSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.headingSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.headingSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.headingSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.headingXLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.headingXLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.headingXLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.headingXLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.labelDefaultLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.labelDefaultLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.labelDefaultLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.labelDefaultLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.labelDefaultMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.labelDefaultMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.labelDefaultMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.labelDefaultMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.labelDefaultSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.labelDefaultSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.labelDefaultSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.labelDefaultSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.labelDefaultXLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.labelDefaultXLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.labelDefaultXLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.labelDefaultXLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.labelModerateLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.labelModerateLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.labelModerateLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.labelModerateLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.labelModerateMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.labelModerateMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.labelModerateMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.labelModerateMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.labelModerateSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.labelModerateSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.labelModerateSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.labelModerateSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.labelModerateXLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.labelModerateXLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.labelModerateXLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.labelModerateXLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.labelStrongLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.labelStrongLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.labelStrongLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.labelStrongLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.labelStrongMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.labelStrongMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.labelStrongMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.labelStrongMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.labelStrongSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.labelStrongSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.labelStrongSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.labelStrongSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.labelStrongXLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.labelStrongXLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.labelStrongXLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.labelStrongXLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.bodyDefaultLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.bodyDefaultLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.bodyDefaultLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.bodyDefaultLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.bodyDefaultMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.bodyDefaultMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.bodyDefaultMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.bodyDefaultMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.bodyDefaultSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.bodyDefaultSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.bodyDefaultSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.bodyDefaultSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.bodyModerateLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.bodyModerateLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.bodyModerateLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.bodyModerateLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.bodyModerateMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.bodyModerateMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.bodyModerateMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.bodyModerateMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.bodyModerateSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.bodyModerateSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.bodyModerateSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.bodyModerateSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.bodyStrongLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.bodyStrongLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.bodyStrongLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.bodyStrongLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.bodyStrongMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.bodyStrongMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.bodyStrongMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.bodyStrongMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.bodyStrongSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.bodyStrongSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.bodyStrongSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.bodyStrongSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.codeMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.codeMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.codeMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.codeMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.displayLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.displayLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.displayLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.displayLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.displayMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.displayMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.displayMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.displayMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.displaySmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.displaySmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.displaySmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.displaySmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.headingLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.headingLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.headingLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.headingLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.headingMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.headingMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.headingMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.headingMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.headingSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.headingSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.headingSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.headingSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.headingXLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.headingXLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.headingXLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.headingXLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.labelDefaultLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.labelDefaultLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.labelDefaultLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.labelDefaultLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.labelDefaultMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.labelDefaultMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.labelDefaultMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.labelDefaultMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.labelDefaultSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.labelDefaultSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.labelDefaultSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.labelDefaultSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.labelDefaultXLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.labelDefaultXLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.labelDefaultXLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.labelDefaultXLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.labelModerateLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.labelModerateLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.labelModerateLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.labelModerateLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.labelModerateMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.labelModerateMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.labelModerateMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.labelModerateMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.labelModerateSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.labelModerateSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.labelModerateSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.labelModerateSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.labelModerateXLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.labelModerateXLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.labelModerateXLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.labelModerateXLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.labelStrongLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.labelStrongLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.labelStrongLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.labelStrongLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.labelStrongMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.labelStrongMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.labelStrongMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.labelStrongMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.labelStrongSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.labelStrongSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.labelStrongSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.labelStrongSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.labelStrongXLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.labelStrongXLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.labelStrongXLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensFontSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.labelStrongXLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.invisible.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.invisible.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.invisible.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.invisible.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.opaque.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.opaque.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.opaque.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.opaque.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.strong.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.strong.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.strong.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.strong.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.weak.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.weak.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.weak.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.weak.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.weaker.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.weaker.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.weaker.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.weaker.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.weakest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.weakest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.weakest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.weakest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.disabled.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Light.disabled.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.disabled.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Light.disabled.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.invisible.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Light.invisible.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.invisible.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Light.invisible.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.medium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Light.medium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.medium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Light.medium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.opaque.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Light.opaque.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.opaque.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Light.opaque.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.strong.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Light.strong.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.strong.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Light.strong.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.weak.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Light.weak.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.weak.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Light.weak.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.weaker.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Light.weaker.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.weaker.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Light.weaker.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.weakest.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Light.weakest.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.weakest.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensOpacitySnapshotsTestsTestCase/test_Orange-CompactTheme_Light.weakest.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconDecorative2xlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconDecorative2xlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconDecorative2xlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconDecorative2xlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconDecorative2xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconDecorative2xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconDecorative2xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconDecorative2xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconDecorative3xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconDecorative3xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconDecorative3xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconDecorative3xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconDecorative4xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconDecorative4xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconDecorative4xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconDecorative4xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconDecorativeLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconDecorativeLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconDecorativeLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconDecorativeLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconDecorativeMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconDecorativeMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconDecorativeMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconDecorativeMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconDecorativeSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconDecorativeSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconDecorativeSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconDecorativeSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconDecorativeXlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconDecorativeXlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconDecorativeXlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconDecorativeXlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconDecorativeXsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconDecorativeXsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconDecorativeXsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconDecorativeXsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithBodyLargeSizeLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithBodyLargeSizeLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithBodyLargeSizeLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithBodyLargeSizeLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithBodyLargeSizeMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithBodyLargeSizeMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithBodyLargeSizeMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithBodyLargeSizeMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithBodyLargeSizeSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithBodyLargeSizeSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithBodyLargeSizeSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithBodyLargeSizeSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithBodyMediumSizeLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithBodyMediumSizeLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithBodyMediumSizeLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithBodyMediumSizeLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithBodyMediumSizeMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithBodyMediumSizeMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithBodyMediumSizeMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithBodyMediumSizeMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithBodyMediumSizeSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithBodyMediumSizeSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithBodyMediumSizeSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithBodyMediumSizeSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithBodySmallSizeLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithBodySmallSizeLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithBodySmallSizeLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithBodySmallSizeLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithBodySmallSizeMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithBodySmallSizeMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithBodySmallSizeMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithBodySmallSizeMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithBodySmallSizeSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithBodySmallSizeSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithBodySmallSizeSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithBodySmallSizeSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithHeadingLargeSizeLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithHeadingLargeSizeLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithHeadingLargeSizeLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithHeadingLargeSizeLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithHeadingLargeSizeMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithHeadingLargeSizeMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithHeadingLargeSizeMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithHeadingLargeSizeMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithHeadingLargeSizeSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithHeadingLargeSizeSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithHeadingLargeSizeSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithHeadingLargeSizeSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithHeadingMediumSizeLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithHeadingMediumSizeLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithHeadingMediumSizeLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithHeadingMediumSizeLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithHeadingMediumSizeMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithHeadingMediumSizeMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithHeadingMediumSizeMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithHeadingMediumSizeMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithHeadingMediumSizeSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithHeadingMediumSizeSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithHeadingMediumSizeSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithHeadingMediumSizeSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithHeadingSmallSizeLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithHeadingSmallSizeLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithHeadingSmallSizeLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithHeadingSmallSizeLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithHeadingSmallSizeMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithHeadingSmallSizeMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithHeadingSmallSizeMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithHeadingSmallSizeMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithHeadingSmallSizeSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithHeadingSmallSizeSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithHeadingSmallSizeSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithHeadingSmallSizeSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithHeadingXlargeSizeLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithHeadingXlargeSizeLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithHeadingXlargeSizeLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithHeadingXlargeSizeLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithHeadingXlargeSizeMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithHeadingXlargeSizeMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithHeadingXlargeSizeMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithHeadingXlargeSizeMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithHeadingXlargeSizeSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithHeadingXlargeSizeSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithHeadingXlargeSizeSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithHeadingXlargeSizeSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelLargeSizeLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelLargeSizeLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelLargeSizeLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelLargeSizeLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelLargeSizeMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelLargeSizeMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelLargeSizeMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelLargeSizeMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelLargeSizeSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelLargeSizeSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelLargeSizeSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelLargeSizeSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelLargeSizeXlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelLargeSizeXlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelLargeSizeXlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelLargeSizeXlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelLargeSizeXsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelLargeSizeXsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelLargeSizeXsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelLargeSizeXsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelMediumSizeLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelMediumSizeLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelMediumSizeLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelMediumSizeLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelMediumSizeMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelMediumSizeMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelMediumSizeMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelMediumSizeMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelMediumSizeSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelMediumSizeSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelMediumSizeSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelMediumSizeSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelMediumSizeXsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelMediumSizeXsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelMediumSizeXsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelMediumSizeXsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelSmallSizeLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelSmallSizeLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelSmallSizeLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelSmallSizeLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelSmallSizeMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelSmallSizeMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelSmallSizeMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelSmallSizeMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelSmallSizeSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelSmallSizeSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelSmallSizeSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelSmallSizeSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelSmallSizeXsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelSmallSizeXsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelSmallSizeXsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelSmallSizeXsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelXlargeSizeLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelXlargeSizeLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelXlargeSizeLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelXlargeSizeLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelXlargeSizeMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelXlargeSizeMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelXlargeSizeMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelXlargeSizeMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelXlargeSizeSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelXlargeSizeSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.iconWithLabelXlargeSizeSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.iconWithLabelXlargeSizeSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconDecorative2xlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconDecorative2xlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconDecorative2xlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconDecorative2xlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconDecorative2xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconDecorative2xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconDecorative2xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconDecorative2xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconDecorative3xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconDecorative3xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconDecorative3xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconDecorative3xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconDecorative4xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconDecorative4xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconDecorative4xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconDecorative4xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconDecorativeLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconDecorativeLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconDecorativeLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconDecorativeLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconDecorativeMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconDecorativeMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconDecorativeMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconDecorativeMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconDecorativeSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconDecorativeSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconDecorativeSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconDecorativeSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconDecorativeXlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconDecorativeXlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconDecorativeXlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconDecorativeXlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconDecorativeXsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconDecorativeXsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconDecorativeXsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconDecorativeXsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithBodyLargeSizeLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithBodyLargeSizeLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithBodyLargeSizeLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithBodyLargeSizeLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithBodyLargeSizeMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithBodyLargeSizeMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithBodyLargeSizeMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithBodyLargeSizeMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithBodyLargeSizeSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithBodyLargeSizeSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithBodyLargeSizeSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithBodyLargeSizeSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithBodyMediumSizeLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithBodyMediumSizeLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithBodyMediumSizeLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithBodyMediumSizeLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithBodyMediumSizeMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithBodyMediumSizeMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithBodyMediumSizeMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithBodyMediumSizeMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithBodyMediumSizeSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithBodyMediumSizeSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithBodyMediumSizeSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithBodyMediumSizeSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithBodySmallSizeLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithBodySmallSizeLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithBodySmallSizeLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithBodySmallSizeLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithBodySmallSizeMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithBodySmallSizeMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithBodySmallSizeMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithBodySmallSizeMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithBodySmallSizeSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithBodySmallSizeSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithBodySmallSizeSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithBodySmallSizeSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithHeadingLargeSizeLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithHeadingLargeSizeLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithHeadingLargeSizeLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithHeadingLargeSizeLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithHeadingLargeSizeMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithHeadingLargeSizeMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithHeadingLargeSizeMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithHeadingLargeSizeMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithHeadingLargeSizeSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithHeadingLargeSizeSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithHeadingLargeSizeSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithHeadingLargeSizeSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithHeadingMediumSizeLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithHeadingMediumSizeLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithHeadingMediumSizeLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithHeadingMediumSizeLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithHeadingMediumSizeMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithHeadingMediumSizeMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithHeadingMediumSizeMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithHeadingMediumSizeMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithHeadingMediumSizeSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithHeadingMediumSizeSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithHeadingMediumSizeSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithHeadingMediumSizeSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithHeadingSmallSizeLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithHeadingSmallSizeLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithHeadingSmallSizeLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithHeadingSmallSizeLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithHeadingSmallSizeMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithHeadingSmallSizeMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithHeadingSmallSizeMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithHeadingSmallSizeMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithHeadingSmallSizeSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithHeadingSmallSizeSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithHeadingSmallSizeSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithHeadingSmallSizeSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithHeadingXlargeSizeLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithHeadingXlargeSizeLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithHeadingXlargeSizeLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithHeadingXlargeSizeLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithHeadingXlargeSizeMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithHeadingXlargeSizeMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithHeadingXlargeSizeMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithHeadingXlargeSizeMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithHeadingXlargeSizeSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithHeadingXlargeSizeSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithHeadingXlargeSizeSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithHeadingXlargeSizeSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelLargeSizeLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelLargeSizeLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelLargeSizeLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelLargeSizeLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelLargeSizeMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelLargeSizeMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelLargeSizeMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelLargeSizeMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelLargeSizeSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelLargeSizeSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelLargeSizeSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelLargeSizeSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelLargeSizeXlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelLargeSizeXlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelLargeSizeXlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelLargeSizeXlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelLargeSizeXsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelLargeSizeXsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelLargeSizeXsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelLargeSizeXsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelMediumSizeLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelMediumSizeLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelMediumSizeLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelMediumSizeLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelMediumSizeMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelMediumSizeMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelMediumSizeMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelMediumSizeMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelMediumSizeSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelMediumSizeSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelMediumSizeSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelMediumSizeSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelMediumSizeXsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelMediumSizeXsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelMediumSizeXsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelMediumSizeXsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelSmallSizeLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelSmallSizeLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelSmallSizeLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelSmallSizeLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelSmallSizeMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelSmallSizeMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelSmallSizeMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelSmallSizeMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelSmallSizeSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelSmallSizeSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelSmallSizeSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelSmallSizeSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelSmallSizeXsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelSmallSizeXsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelSmallSizeXsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelSmallSizeXsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelXlargeSizeLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelXlargeSizeLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelXlargeSizeLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelXlargeSizeLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelXlargeSizeMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelXlargeSizeMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelXlargeSizeMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelXlargeSizeMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelXlargeSizeSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelXlargeSizeSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.iconWithLabelXlargeSizeSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSizeSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.iconWithLabelXlargeSizeSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.columnGapLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.columnGapLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.columnGapLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.columnGapLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.columnGapMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.columnGapMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.columnGapMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.columnGapMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.columnGapNone.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.columnGapNone.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.columnGapNone.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.columnGapNone.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.columnGapSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.columnGapSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.columnGapSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.columnGapSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.columnGapXlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.columnGapXlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.columnGapXlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.columnGapXlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.columnGapXsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.columnGapXsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.columnGapXsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.columnGapXsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.fixed2xlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.fixed2xlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.fixed2xlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.fixed2xlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.fixed2xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.fixed2xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.fixed2xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.fixed2xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.fixed3xlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.fixed3xlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.fixed3xlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.fixed3xlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.fixed3xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.fixed3xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.fixed3xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.fixed3xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.fixed4xlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.fixed4xlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.fixed4xlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.fixed4xlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.fixed5xlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.fixed5xlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.fixed5xlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.fixed5xlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.fixedLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.fixedLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.fixedLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.fixedLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.fixedMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.fixedMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.fixedMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.fixedMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.fixedNone.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.fixedNone.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.fixedNone.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.fixedNone.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.fixedSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.fixedSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.fixedSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.fixedSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.fixedXlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.fixedXlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.fixedXlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.fixedXlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.fixedXsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.fixedXsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.fixedXsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.fixedXsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.inset2xlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.inset2xlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.inset2xlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.inset2xlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.inset2xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.inset2xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.inset2xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.inset2xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.inset3xlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.inset3xlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.inset3xlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.inset3xlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.inset3xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.inset3xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.inset3xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.inset3xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.inset4xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.inset4xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.inset4xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.inset4xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.insetLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.insetLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.insetLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.insetLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.insetMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.insetMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.insetMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.insetMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.insetNone.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.insetNone.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.insetNone.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.insetNone.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.insetSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.insetSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.insetSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.insetSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.insetXlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.insetXlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.insetXlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.insetXlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.insetXsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.insetXsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.insetXsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.insetXsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingBlock2xlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingBlock2xlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingBlock2xlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingBlock2xlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingBlock2xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingBlock2xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingBlock2xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingBlock2xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingBlock3xlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingBlock3xlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingBlock3xlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingBlock3xlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingBlock3xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingBlock3xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingBlock3xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingBlock3xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingBlock4xlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingBlock4xlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingBlock4xlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingBlock4xlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingBlock4xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingBlock4xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingBlock4xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingBlock4xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingBlockLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingBlockLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingBlockLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingBlockLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingBlockMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingBlockMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingBlockMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingBlockMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingBlockNone.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingBlockNone.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingBlockNone.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingBlockNone.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingBlockSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingBlockSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingBlockSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingBlockSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingBlockXlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingBlockXlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingBlockXlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingBlockXlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingBlockXsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingBlockXsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingBlockXsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingBlockXsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingInline2xlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingInline2xlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingInline2xlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingInline2xlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingInline2xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingInline2xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingInline2xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingInline2xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingInline3xlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingInline3xlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingInline3xlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingInline3xlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingInline3xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingInline3xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingInline3xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingInline3xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingInline4xlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingInline4xlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingInline4xlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingInline4xlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingInline4xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingInline4xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingInline4xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingInline4xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingInlineLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingInlineLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingInlineLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingInlineLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingInlineMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingInlineMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingInlineMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingInlineMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingInlineNone.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingInlineNone.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingInlineNone.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingInlineNone.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingInlineSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingInlineSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingInlineSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingInlineSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingInlineXlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingInlineXlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingInlineXlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingInlineXlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingInlineXsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingInlineXsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.paddingInlineXsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.paddingInlineXsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.rowGap2xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.rowGap2xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.rowGap2xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.rowGap2xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.rowGapLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.rowGapLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.rowGapLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.rowGapLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.rowGapMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.rowGapMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.rowGapMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.rowGapMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.rowGapNone.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.rowGapNone.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.rowGapNone.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.rowGapNone.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.rowGapSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.rowGapSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.rowGapSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.rowGapSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.rowGapXsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.rowGapXsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.rowGapXsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.rowGapXsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.scaled2xlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.scaled2xlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.scaled2xlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.scaled2xlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.scaled2xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.scaled2xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.scaled2xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.scaled2xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.scaled3xlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.scaled3xlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.scaled3xlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.scaled3xlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.scaled3xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.scaled3xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.scaled3xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.scaled3xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.scaledLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.scaledLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.scaledLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.scaledLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.scaledMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.scaledMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.scaledMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.scaledMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.scaledNone.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.scaledNone.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.scaledNone.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.scaledNone.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.scaledSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.scaledSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.scaledSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.scaledSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.scaledXlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.scaledXlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.scaledXlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.scaledXlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.scaledXsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.scaledXsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Dark.scaledXsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Dark.scaledXsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.columnGapLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.columnGapLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.columnGapLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.columnGapLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.columnGapMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.columnGapMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.columnGapMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.columnGapMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.columnGapNone.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.columnGapNone.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.columnGapNone.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.columnGapNone.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.columnGapSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.columnGapSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.columnGapSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.columnGapSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.columnGapXlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.columnGapXlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.columnGapXlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.columnGapXlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.columnGapXsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.columnGapXsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.columnGapXsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.columnGapXsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.fixed2xlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.fixed2xlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.fixed2xlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.fixed2xlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.fixed2xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.fixed2xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.fixed2xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.fixed2xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.fixed3xlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.fixed3xlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.fixed3xlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.fixed3xlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.fixed3xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.fixed3xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.fixed3xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.fixed3xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.fixed4xlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.fixed4xlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.fixed4xlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.fixed4xlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.fixed5xlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.fixed5xlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.fixed5xlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.fixed5xlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.fixedLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.fixedLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.fixedLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.fixedLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.fixedMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.fixedMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.fixedMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.fixedMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.fixedNone.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.fixedNone.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.fixedNone.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.fixedNone.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.fixedSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.fixedSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.fixedSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.fixedSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.fixedXlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.fixedXlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.fixedXlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.fixedXlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.fixedXsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.fixedXsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.fixedXsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.fixedXsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.inset2xlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.inset2xlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.inset2xlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.inset2xlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.inset2xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.inset2xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.inset2xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.inset2xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.inset3xlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.inset3xlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.inset3xlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.inset3xlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.inset3xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.inset3xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.inset3xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.inset3xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.inset4xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.inset4xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.inset4xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.inset4xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.insetLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.insetLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.insetLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.insetLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.insetMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.insetMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.insetMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.insetMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.insetNone.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.insetNone.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.insetNone.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.insetNone.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.insetSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.insetSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.insetSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.insetSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.insetXlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.insetXlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.insetXlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.insetXlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.insetXsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.insetXsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.insetXsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.insetXsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingBlock2xlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingBlock2xlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingBlock2xlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingBlock2xlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingBlock2xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingBlock2xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingBlock2xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingBlock2xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingBlock3xlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingBlock3xlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingBlock3xlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingBlock3xlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingBlock3xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingBlock3xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingBlock3xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingBlock3xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingBlock4xlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingBlock4xlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingBlock4xlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingBlock4xlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingBlock4xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingBlock4xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingBlock4xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingBlock4xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingBlockLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingBlockLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingBlockLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingBlockLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingBlockMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingBlockMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingBlockMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingBlockMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingBlockNone.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingBlockNone.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingBlockNone.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingBlockNone.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingBlockSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingBlockSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingBlockSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingBlockSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingBlockXlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingBlockXlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingBlockXlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingBlockXlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingBlockXsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingBlockXsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingBlockXsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingBlockXsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingInline2xlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingInline2xlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingInline2xlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingInline2xlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingInline2xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingInline2xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingInline2xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingInline2xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingInline3xlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingInline3xlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingInline3xlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingInline3xlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingInline3xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingInline3xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingInline3xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingInline3xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingInline4xlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingInline4xlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingInline4xlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingInline4xlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingInline4xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingInline4xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingInline4xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingInline4xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingInlineLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingInlineLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingInlineLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingInlineLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingInlineMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingInlineMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingInlineMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingInlineMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingInlineNone.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingInlineNone.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingInlineNone.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingInlineNone.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingInlineSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingInlineSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingInlineSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingInlineSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingInlineXlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingInlineXlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingInlineXlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingInlineXlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingInlineXsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingInlineXsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.paddingInlineXsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.paddingInlineXsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.rowGap2xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.rowGap2xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.rowGap2xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.rowGap2xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.rowGapLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.rowGapLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.rowGapLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.rowGapLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.rowGapMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.rowGapMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.rowGapMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.rowGapMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.rowGapNone.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.rowGapNone.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.rowGapNone.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.rowGapNone.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.rowGapSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.rowGapSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.rowGapSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.rowGapSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.rowGapXsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.rowGapXsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.rowGapXsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.rowGapXsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.scaled2xlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.scaled2xlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.scaled2xlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.scaled2xlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.scaled2xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.scaled2xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.scaled2xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.scaled2xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.scaled3xlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.scaled3xlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.scaled3xlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.scaled3xlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.scaled3xsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.scaled3xsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.scaled3xsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.scaled3xsmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.scaledLarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.scaledLarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.scaledLarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.scaledLarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.scaledMedium.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.scaledMedium.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.scaledMedium.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.scaledMedium.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.scaledNone.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.scaledNone.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.scaledNone.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.scaledNone.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.scaledSmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.scaledSmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.scaledSmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.scaledSmall.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.scaledXlarge.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.scaledXlarge.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.scaledXlarge.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.scaledXlarge.png diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.scaledXsmall.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.scaledXsmall.png similarity index 100% rename from DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-Business-ToolsTheme_Light.scaledXsmall.png rename to DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Tokens/Test Cases/__Snapshots__/TokensSpaceSnapshotsTestsTestCase/test_Orange-CompactTheme_Light.scaledXsmall.png