Commit Graph

9 Commits

Author SHA1 Message Date
Elizabeth Mitchell
a3a05e4179 chore(tokens): rename tokens/internal/values tokens/internal/validate
The naming is a bit backwards. The file is about validation and the function is for the token values, not a file just for token values.

PiperOrigin-RevId: 599207580
2024-01-17 09:59:53 -08:00
Elizabeth Mitchell
b986b1eb7c fix(tokens): moved '_values.scss' to 'internal/_values.scss'
Why? To help clarify that this isn't intended to be a public API, and to better organize future internal-only token files.

PiperOrigin-RevId: 599203361
2024-01-17 09:45:26 -08:00
Elizabeth Mitchell
cfd053c397 fix(tokens): update components to v0.192
PiperOrigin-RevId: 565714251
2023-09-15 10:27:07 -07:00
Elizabeth Mitchell
84947f0928 chore: token code adjustments
PiperOrigin-RevId: 563808765
2023-09-08 11:38:07 -07:00
Elizabeth Mitchell
8e480deae3 feat(typography): add typography Sass APIs
BREAKING CHANGE: composite `-type` tokens are no longer supported. Use discrete `-font`, `-size`, `-line-height`, and `-weight` tokens instead.

PiperOrigin-RevId: 563797716
2023-09-08 10:59:09 -07:00
Elizabeth Mitchell
8894c20c6b fix(button): remove font shorthand tokens
BREAKING CHANGE: replace `label-text-type` tokens with `label-text-font`, `-size`, `-line-height`, and `-weight`

PiperOrigin-RevId: 563153211
2023-09-06 10:56:22 -07:00
Daniel Freedman
bcfed098f3 feat(typography): add system custom properties for typography
PiperOrigin-RevId: 522698682
2023-04-07 15:34:35 -07:00
Elizabeth Mitchell
3934f51e1d chore(tokens): update default to v0.172
PiperOrigin-RevId: 522134400
2023-04-05 13:12:02 -07:00
Elizabeth Mitchell
2623c1dd4e fix(tokens): add override files for all tokens
PiperOrigin-RevId: 518049463
2023-03-20 12:50:02 -07:00