Re: [community-group] Shadow type feedback (#100)

About `inset`. In specs, there is the `spread` property already which used not so often. So I think that `inset` also deserves a place in the specifications. 
I like this style when we have `inset` property inside the value. Just to keep it simple.
```
"elevation-1": {
    "$type": "shadow",
    "$value": {
        "color": "00000080",
        "offsetX": "0rem",
        "offsetY": "0.5rem",
        "blur": "1rem",
        "spread": "0rem",
        "inset": false
    }
  },
  ```
I don't think that even if `inset` changes the meaning of the x and y it could be a problem. Designers using graphic tool to adjust shadows, so they see a result. Also, don't think that someone will manually change `inset` to `true` also without checking it.
  

-- 
GitHub Notification of comment by PavelLaptev
Please view or discuss this issue at https://github.com/design-tokens/community-group/issues/100#issuecomment-1620845155 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 5 July 2023 00:07:42 UTC