diff --git a/VDS.xcodeproj/project.pbxproj b/VDS.xcodeproj/project.pbxproj index 754e8541..ba15a075 100644 --- a/VDS.xcodeproj/project.pbxproj +++ b/VDS.xcodeproj/project.pbxproj @@ -127,6 +127,8 @@ EAEEEC962B1F893B00531FC2 /* ButtonChangeLog.txt in Resources */ = {isa = PBXBuildFile; fileRef = EAEEEC952B1F893B00531FC2 /* ButtonChangeLog.txt */; }; EAEEEC982B1F8DD100531FC2 /* LineChangeLog.txt in Resources */ = {isa = PBXBuildFile; fileRef = EAEEEC972B1F8DD100531FC2 /* LineChangeLog.txt */; }; EAEEEC9A2B1F8E4400531FC2 /* TextLinkChangeLog.txt in Resources */ = {isa = PBXBuildFile; fileRef = EAEEEC992B1F8E4400531FC2 /* TextLinkChangeLog.txt */; }; + EAEEEC9C2B1F8F0700531FC2 /* TextLinkCaretChangeLog.txt in Resources */ = {isa = PBXBuildFile; fileRef = EAEEEC9B2B1F8F0700531FC2 /* TextLinkCaretChangeLog.txt */; }; + EAEEEC9E2B1F8F7700531FC2 /* ButtonGroupChangeLog.txt in Resources */ = {isa = PBXBuildFile; fileRef = EAEEEC9D2B1F8F7700531FC2 /* ButtonGroupChangeLog.txt */; }; EAF1FE9929D4850E00101452 /* Clickable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAF1FE9829D4850E00101452 /* Clickable.swift */; }; EAF1FE9B29DB1A6000101452 /* Changeable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAF1FE9A29DB1A6000101452 /* Changeable.swift */; }; EAF7F0952899861000B287F5 /* CheckboxItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAF7F0932899861000B287F5 /* CheckboxItem.swift */; }; @@ -279,6 +281,8 @@ EAEEEC952B1F893B00531FC2 /* ButtonChangeLog.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = ButtonChangeLog.txt; sourceTree = ""; }; EAEEEC972B1F8DD100531FC2 /* LineChangeLog.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = LineChangeLog.txt; sourceTree = ""; }; EAEEEC992B1F8E4400531FC2 /* TextLinkChangeLog.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = TextLinkChangeLog.txt; sourceTree = ""; }; + EAEEEC9B2B1F8F0700531FC2 /* TextLinkCaretChangeLog.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = TextLinkCaretChangeLog.txt; sourceTree = ""; }; + EAEEEC9D2B1F8F7700531FC2 /* ButtonGroupChangeLog.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = ButtonGroupChangeLog.txt; sourceTree = ""; }; EAF1FE9829D4850E00101452 /* Clickable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Clickable.swift; sourceTree = ""; }; EAF1FE9A29DB1A6000101452 /* Changeable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Changeable.swift; sourceTree = ""; }; EAF7F0932899861000B287F5 /* CheckboxItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CheckboxItem.swift; sourceTree = ""; }; @@ -387,6 +391,7 @@ EAC846F2294B95CE00F685BA /* ButtonGroupCollectionViewCell.swift */, EAB5FEF729393A7200998C17 /* ButtonGroupConstants.swift */, EAB5FEEC2927E1B200998C17 /* ButtonGroupPositionLayout.swift */, + EAEEEC9D2B1F8F7700531FC2 /* ButtonGroupChangeLog.txt */, ); path = ButtonGroup; sourceTree = ""; @@ -725,6 +730,7 @@ isa = PBXGroup; children = ( EAC925822911B35300091998 /* TextLinkCaret.swift */, + EAEEEC9B2B1F8F0700531FC2 /* TextLinkCaretChangeLog.txt */, ); path = TextLinkCaret; sourceTree = ""; @@ -901,9 +907,11 @@ EA3362072891E14D0071C351 /* VerizonNHGeDS-Regular.otf in Resources */, EAEEEC9A2B1F8E4400531FC2 /* TextLinkChangeLog.txt in Resources */, EAEEEC922B1F807300531FC2 /* BadgeChangeLog.txt in Resources */, + EAEEEC9E2B1F8F7700531FC2 /* ButtonGroupChangeLog.txt in Resources */, EA3362062891E14D0071C351 /* VerizonNHGeTX-Regular.otf in Resources */, EA3362052891E14D0071C351 /* VerizonNHGeDS-Bold.otf in Resources */, EAA5EEB928ECD24B003B3210 /* Icons.xcassets in Resources */, + EAEEEC9C2B1F8F0700531FC2 /* TextLinkCaretChangeLog.txt in Resources */, EAA5EEE428F5B855003B3210 /* VerizonNHGDS-Light.otf in Resources */, ); runOnlyForDeploymentPostprocessing = 0; diff --git a/VDS/Components/Buttons/ButtonGroup/ButtonGroupChangeLog.txt b/VDS/Components/Buttons/ButtonGroup/ButtonGroupChangeLog.txt new file mode 100644 index 00000000..603b0ab5 --- /dev/null +++ b/VDS/Components/Buttons/ButtonGroup/ButtonGroupChangeLog.txt @@ -0,0 +1,54 @@ +MM/DD/YYYY +---------------- +- Initial Brand 3.0 handoff + +11/23/2021 +---------------- +- Moved Button Group XLarge to “Potential future enhancements” +- Removed Button Group XLarge from Variant and Variant testing +- Increased min width for Button Large to 76px, this includes 1 character + the ellipses +- Increased min width for Button Small to 54px, this includes 1 character + the ellipses + +11/30/2021 +---------------- +- Moved Button Width section to the Button spec. + +12/30/2021 +---------------- +- Changed horizontal and vertical spacing on small and large buttons to 12px between buttons + +2/22/2022 +---------------- +- Native handoff + +4/14/2022 +---------------- +- Updated Button Group top and bottom padding to 16px. + +4/20/2022 +---------------- +- Updated small Button Group width to support fixed values and fill container. + +4/21/2022 +---------------- +- Web handoff + +5/4/2022 +---------------- +- Added Anatomy +- Added Size to Configuations +- Added Exceptions under Width section. +- Updated Alignment section with new artwork examples. +- Updated Layout & Spacing to include Text Links and Text Link Carets. + +12/13/2022 +---------------- +- Replaced focus border pixel and style & spacing values with tokens. + +01/04/2023 +---------------- +- Updated Specs to use new SPEC Templates and SPEC DOC Components. + +01/19/2023 +---------------- +- Removed Button small and Text Link small examples from Anatomy. diff --git a/VDS/Components/Buttons/TextLinkCaret/TextLinkCaretChangeLog.txt b/VDS/Components/Buttons/TextLinkCaret/TextLinkCaretChangeLog.txt new file mode 100644 index 00000000..7fe9a6e3 --- /dev/null +++ b/VDS/Components/Buttons/TextLinkCaret/TextLinkCaretChangeLog.txt @@ -0,0 +1,37 @@ +MM/DD/YYYY +---------------- +- Initial Brand 3.0 handoff + +12/17/2021 +---------------- +- Replaced focusring colors (previously interactive/onlight/ondark) with accessibility/onlight/ondark colors +- Updated focus border name (previously interactive.focusring.onlight) with focusring.onlight/ondark + +12/30/2021 +---------------- +- Updated Hover and Active state trigger specs. If triggered by mouse, Active same as Hover. If not, Active same as Default. + +02/23/2022 +---------------- +- Replaced Caret Left and Right icons with bold asset. +- Updated alignment of right caret in visuals to properly reflect the guidelines. + +06/13/2022 +---------------- +- Updated “Inverted” to “Surface”. Changed False/True to Light/Dark. + +08/02/2022 +---------------- +- Corrected Icon Position Left/Right titles to align with the visuals they were paired with. + +11/30/2022 +---------------- +- Added "(web only)" to any instance of "keyboard focus" + +12/13/2022 +---------------- +- Replaced focus border pixel and style & spacing values with tokens. + +01/10/2023 +---------------- +- Updated anatomy section to match design doc.