# ThemeProvider vs. Provider
- `stylesheet` prop rename to `staticStyles`(?)
- mark `stylesheet` as internal for now
- Facts about TMP
- component variable names are not used
- site variables are
- component styles are used
Iteration 1:
- Start with sharing React context
- Shared theme interface (start with global `tokens`)
- Wrap `ThemeProvider` inside `Provider`
- Refine `tokens` interface
Iteration next:
- Shared style function (css rules -> classnames)