We now export Spacing and Border Radius as objects again.
Switched to using asdf rather than nvm so we can use bun to run typescript files.
Did ad-hoc re-coloring of the Skeleton due to color changes and added a story for it to test
BREAKING CHANGE: All -—primary variables are now removed, if you needed the value for our logo use —-brand-static in all other cases use —-brand-primary which is a light/dark aware purple “primary” color.
📦 Published PR as canary version: Canary Versions
:sparkles: Test out this PR locally via:
```bash
npm install @tablecheck/tablekit-core@4.0.0-canary.243.11904280117.0
npm install @tablecheck/tablekit-css@4.0.0-canary.243.11904280117.0
npm install @tablecheck/tablekit-react@4.0.0-canary.243.11904280117.0
npm install @tablecheck/tablekit-react-css@4.0.0-canary.243.11904280117.0
npm install @tablecheck/tablekit-react-datepicker@4.0.0-canary.243.11904280117.0
npm install @tablecheck/tablekit-react-select@4.0.0-canary.243.11904280117.0
# or
yarn add @tablecheck/tablekit-core@4.0.0-canary.243.11904280117.0
yarn add @tablecheck/tablekit-css@4.0.0-canary.243.11904280117.0
yarn add @tablecheck/tablekit-react@4.0.0-canary.243.11904280117.0
yarn add @tablecheck/tablekit-react-css@4.0.0-canary.243.11904280117.0
yarn add @tablecheck/tablekit-react-datepicker@4.0.0-canary.243.11904280117.0
yarn add @tablecheck/tablekit-react-select@4.0.0-canary.243.11904280117.0
```
BREAKING CHANGE: All
-—primary
variables are now removed, if you needed the value for our logo use—-brand-static
in all other cases use—-brand-primary
which is a light/dark aware purple “primary” color.📦 Published PR as canary version:
Canary Versions
:sparkles: Test out this PR locally via: ```bash npm install @tablecheck/tablekit-core@4.0.0-canary.243.11904280117.0 npm install @tablecheck/tablekit-css@4.0.0-canary.243.11904280117.0 npm install @tablecheck/tablekit-react@4.0.0-canary.243.11904280117.0 npm install @tablecheck/tablekit-react-css@4.0.0-canary.243.11904280117.0 npm install @tablecheck/tablekit-react-datepicker@4.0.0-canary.243.11904280117.0 npm install @tablecheck/tablekit-react-select@4.0.0-canary.243.11904280117.0 # or yarn add @tablecheck/tablekit-core@4.0.0-canary.243.11904280117.0 yarn add @tablecheck/tablekit-css@4.0.0-canary.243.11904280117.0 yarn add @tablecheck/tablekit-react@4.0.0-canary.243.11904280117.0 yarn add @tablecheck/tablekit-react-css@4.0.0-canary.243.11904280117.0 yarn add @tablecheck/tablekit-react-datepicker@4.0.0-canary.243.11904280117.0 yarn add @tablecheck/tablekit-react-select@4.0.0-canary.243.11904280117.0 ```