Commit Graph

44 Commits

Author SHA1 Message Date
Matt Bruce
c17e74dea0 first cut of language
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-09-25 15:03:14 -05:00
Scott Pfeil
a04ccd9bf5 Digital ACT191 story ONEAPP-7847 - Updating the VDS tokens library 2024-05-07 10:44:53 -04:00
Matt Bruce
5d19edbc6e Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios.git into refactor/VDSTokens
# Conflicts:
#	VDS.xcodeproj/project.pbxproj
#	VDS/Components/Buttons/ButtonGroup/ButtonGroup.swift
#	VDS/Components/Notification/Notification.swift
#	VDS/Components/TextFields/EntryFieldBase.swift
#	VDS/Components/TileContainer/TileContainer.swift
#	VDS/Extensions/VDSLayout.swift

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-04-02 12:09:30 -05:00
Matt Bruce
fbdcdfc277 refactored method
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-08 12:34:23 -06:00
Matt Bruce
23f3f8b6bf added a conversion of a UIFont to a TextStyle
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-03-08 10:08:50 -06:00
Matt Bruce
d98b08d26e removed old frameworks to add the 1 primary VDSTokens
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-01-23 10:09:09 -06:00
Matt Bruce
945fbc05dc refactored to use extension
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-09-05 11:47:44 -05:00
Matt Bruce
d9dc8e9b4f refactored naming
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-30 14:17:55 -05:00
Matt Bruce
99340c616e refactore first step of TextPosition -> TextAlignment
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-30 13:38:16 -05:00
Matt Bruce
e3f791960a documentation update
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-30 13:29:52 -05:00
Matt Bruce
6c6996fa33 Title Large mobile has a different Font that for Desktop
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-08 14:51:27 -05:00
Matt Bruce
0ad630e4c5 bug in titleLarge phone doesn't have letter spacing
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-04 16:09:20 -05:00
Matt Bruce
3f2fb8897f refactored Font and fixed Styles to match Figma
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-08-04 15:03:36 -05:00
Matt Bruce
56fc899a20 added the bottom insets to the TextStyles
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-07-26 14:30:42 -05:00
Matt Bruce
dffede1350 refactored Typography into new files
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-07-21 10:44:24 -05:00
Matt Bruce
e12de0c108 refactor TextStyle for edgeInsets and removed testing vars
refactor the string helper to remove these tests

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-07-20 12:55:23 -05:00
Matt Bruce
3f6e450739 added standard style
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-06-29 12:05:42 -05:00
Matt Bruce
16ee851d44 added test properties
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-06-22 15:14:38 -05:00
Matt Bruce
4ba642242e refactored name
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-06-20 14:25:39 -05:00
Matt Bruce
67cbef5265 fixed letterspacing
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-06-19 16:20:16 -05:00
Matt Bruce
a0ac8991f7 added raw representable
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-06-16 08:37:45 -05:00
Matt Bruce
e276087d21 updated typography to a struct instead of enum
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-06-15 18:51:09 -05:00
Matt Bruce
814c71fbe7 debug extension for TextStyle
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-05-23 14:45:05 -05:00
Matt Bruce
18e56dcfe7 updated var
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-26 09:29:58 -06:00
Matt Bruce
5c8ef10eed updated to fix label issue
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-25 18:22:10 -06:00
Matt Bruce
21ac83af4f removed codable
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-25 11:50:11 -06:00
Matt Bruce
35d1f4071d refactored TextStyle enums to camelCase
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-13 15:32:11 -06:00
Matt Bruce
9526a7ec40 refactored out Typography and converted to TextStyle
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-01-13 14:04:15 -06:00
Matt Bruce
fbca279f7e updated for typography spacing config
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-12-20 11:10:54 -06:00
Matt Bruce
64d9ca3777 only return a font if a style is found
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-11-10 14:42:29 -06:00
Scott Pfeil
42d3fc5c9a Adding dummy test code. 2022-11-10 09:44:38 -05:00
Matt Bruce
fcd3da1e89 removed TitleLarge from light
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-11 10:16:22 -05:00
Matt Bruce
822190f0b0 bodysmall/boldbodysmall uses eTX
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-11 09:20:41 -05:00
Matt Bruce
350da3fb2b udpated for micro issue on no textsize
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-08-17 14:27:44 -05:00
Matt Bruce
cade12b0cd refactored label
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-08-16 18:16:16 -05:00
Matt Bruce
b4b1de52a2 refactored Typography
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-08-16 12:05:28 -05:00
Matt Bruce
2ed981f0ad added Typography
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-08-16 11:33:07 -05:00
Matt Bruce
ecdd57f094 renamed to fonts
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-08-02 11:11:16 -05:00
Matt Bruce
15c173d998 fixed font issue
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-08-01 14:03:37 -05:00
Matt Bruce
214a7e0a67 caseiterable
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-08-01 11:53:44 -05:00
Matt Bruce
317e3927fb added comments for future logging
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-07-29 08:37:12 -05:00
Matt Bruce
30fe60ddb8 refactored into extension
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-07-28 11:20:07 -05:00
Matt Bruce
2eac9edc24 refactored
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-07-28 11:17:43 -05:00
Matt Bruce
20895847ed added fonts
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-07-27 18:26:26 -05:00