Skip to content

Commit ac13ce9

Browse files
committed
feat: update base colors
* 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. * 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.
1 parent 28a1f00 commit ac13ce9

21 files changed

+1224
-546
lines changed

.npmrc

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
registry=https://registry.npmjs.org/
12
legacy-peer-deps=true
3+
save-exact=true

.nvmrc

-1
This file was deleted.

.tool-versions

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
nodejs 21.6.2
2+
bun 1.1.33

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ Next generation UI component library, view our docs at [tablekit.tablecheck.com]
44

55
## Installation
66

7+
Install [ASDF](https://asdf-vm.com/) and it's nodejs and bun plugins.
8+
9+
```shell
10+
asdf plugin add nodejs
11+
asdf plugin add bun
12+
```
13+
714
```shell
8-
nvm use
15+
asdf current
916
npm ci
1017
npm start
1118
```

0 commit comments

Comments
 (0)