-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
636f4da
commit 385d324
Showing
11 changed files
with
36 additions
and
30 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@cobalt-ui/cli", | ||
"description": "CLI for managing design tokens using the Design Tokens Format Module (DTFM) standard and generating code for any platform via plugins.", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"author": { | ||
"name": "Drew Powers", | ||
"email": "[email protected]" | ||
|
@@ -45,7 +45,7 @@ | |
"test:ts": "tsc --noEmit" | ||
}, | ||
"dependencies": { | ||
"@cobalt-ui/core": "^1.6.0", | ||
"@cobalt-ui/core": "^1.6.1", | ||
"@cobalt-ui/utils": "^1.2.2", | ||
"chokidar": "^3.5.3", | ||
"culori": "^3.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@cobalt-ui/core", | ||
"description": "Parser/validator for the Design Tokens Format Module (DTFM) standard.", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"author": { | ||
"name": "Drew Powers", | ||
"email": "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@cobalt-ui/plugin-css", | ||
"description": "Generate CSS from your design tokens schema (requires @cobalt-ui/cli)", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"author": { | ||
"name": "Drew Powers", | ||
"email": "[email protected]" | ||
|
@@ -35,7 +35,7 @@ | |
"test:ts": "tsc --noEmit" | ||
}, | ||
"peerDependencies": { | ||
"@cobalt-ui/cli": "^1.x" | ||
"@cobalt-ui/cli": "^1.6.1" | ||
}, | ||
"dependencies": { | ||
"@cobalt-ui/utils": "^1.2.2", | ||
|
@@ -46,8 +46,8 @@ | |
"svgo": "^3.0.2" | ||
}, | ||
"devDependencies": { | ||
"@cobalt-ui/cli": "^1.6.0", | ||
"@cobalt-ui/core": "^1.6.0", | ||
"@cobalt-ui/cli": "^1.6.1", | ||
"@cobalt-ui/core": "^1.6.1", | ||
"@types/node": "^20.8.10", | ||
"npm-run-all": "^4.1.5", | ||
"vitest": "^0.34.6" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.