Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement bezier-tokens package #1685

Merged
merged 24 commits into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
5d5481a
feat(bezier-tokens): npm init
sungik-choi Oct 18, 2023
64f7bc8
feat(bezier-tokens): init design tokens
sungik-choi Oct 18, 2023
581ee18
chore(deps): add style-dictionary
sungik-choi Oct 18, 2023
093107c
chore(deps): remove style dictionary and add cobalt-ui
sungik-choi Oct 18, 2023
7dbe77e
chore(tokens): add tokens
sungik-choi Oct 18, 2023
5f57722
chore(deps): back to style-dictionary
sungik-choi Nov 20, 2023
93a7ff2
feat(bezier-tokens): token scaffolding
sungik-choi Nov 20, 2023
e0ae091
fix(bezier-tokens): add rest global tokens
sungik-choi Nov 21, 2023
584e557
feat(bezier-tokens): enhance build script (wip)
sungik-choi Nov 21, 2023
1139742
chore(deps): add ts-node
sungik-choi Nov 21, 2023
fe6765d
feat(bezier-tokens): refine build script and change to typescript(esm)
sungik-choi Nov 21, 2023
aef1e31
feat(bezier-tokens): implement js index build script
sungik-choi Nov 21, 2023
b4578f2
fix(bezier-tokens): fix js index build script (mjs extension)
sungik-choi Nov 21, 2023
e8221d6
feat(bezier-tokens): add type build script
sungik-choi Nov 21, 2023
c681297
feat(bezier-tokens): set package entry point
sungik-choi Nov 21, 2023
c0277b4
feat(bezier-tokens): add eslint and lint fix
sungik-choi Nov 21, 2023
83086ac
chore(bezier-tokens): add tsconfig
sungik-choi Nov 21, 2023
d979b80
fix(bezier-tokens): fix wrong type extension
sungik-choi Nov 21, 2023
85b5d75
refactor: rm unused file
sungik-choi Nov 21, 2023
1df6dbf
chore(bezier-tokens): add css conditional exports
sungik-choi Nov 21, 2023
6d1048a
fix(bezier-tokens): change named export to default export
sungik-choi Nov 21, 2023
925555d
docs(bezier-tokens): update readme
sungik-choi Nov 21, 2023
11e5a01
docs(pkgs): update contributing doc link
sungik-choi Nov 21, 2023
a95ff35
chore(changeset): add changeset
sungik-choi Nov 21, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions packages/bezier-tokens/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "@channel.io/bezier-tokens",
"version": "0.1.0",
"description": "Design tokens of Bezier design system.",
"repository": {
"type": "git",
"url": "https://github.com/channel-io/bezier-react",
"directory": "packages/bezier-tokens"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"channel",
"design",
"tokens",
"design tokens"
],
"author": "Channel Corp.",
"license": "Apache-2.0"
}

Loading