Ryan Johnson
Ryan Johnson
Akin to https://github.com/design-tokens/community-group/issues/100#issuecomment-1037948510 and https://github.com/design-tokens/community-group/issues/100#issuecomment-1039804291, a boolean `inset` property is required to clarify whether a shadow should be internal vs external. Figma provides two ways to define shadows (Drop Shadow...
How would a CSS translation tool know if a `$type: "shadow"` token is a `box-shadow` or a `text-shadow`? Flutter and CSS have different definitions for a shadow when applied in...
My point was to show that the concept of a `Text Shadow` and `Box Shadow` (e.g., "drop shadow", "inner shadow", etc.) are present in multiple platforms. I was just providing...
> For consistency sake, having it always be an array makes most sense to me, though it could support both. Having both single object and array creates some added complexity...
## Issue 1: `timingFunction` name The value of `timingFunction` is not a function (JSON doesn't have functions). It's a Cubic Beziér curve definition, so I'd be more inclined to call...
After looking at my proposals, they both feel like a hack to work around the strict syntax imposed by JSON itself. As-is, a JSON property is overloaded, because it can...
I just thought of a solution that would require minimal changes. We know that the problem with progressive token definition is being able to define both a group _and_ token...
I work on a web component design system. The way it's built, consumers initialize the entire library before bootstrapping their client side app, so all published custom elements are available...
What if we were straightforward with it... ## Design Tokens Schema (DTS) * _a.k.a., "tokens schema" or "schema"_ * JSON schema that defines DTCG Design Tokens format _(currently not available)_...
> Maybe best to google the three letter acronyms before adopting one. :) Crowdsourced slang terms defined on social dictionary sites (we all know which one I'm referring to) are...