-
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.
- Loading branch information
Showing
11 changed files
with
305 additions
and
591 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@cobalt-ui/core": patch | ||
--- | ||
|
||
Update Culori to 4.x |
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
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 |
---|---|---|
|
@@ -6,20 +6,7 @@ | |
"name": "Drew Powers", | ||
"email": "[email protected]" | ||
}, | ||
"keywords": [ | ||
"design tokens", | ||
"design tokens community group", | ||
"design tokens format module", | ||
"dtcg", | ||
"cli", | ||
"w3c design tokens", | ||
"design system", | ||
"typescript", | ||
"sass", | ||
"css", | ||
"style tokens", | ||
"style system" | ||
], | ||
"keywords": ["design tokens", "design tokens community group", "design tokens format module", "dtcg", "cli", "w3c design tokens", "design system", "typescript", "sass", "css", "style tokens", "style system"], | ||
"engines": { | ||
"node": ">=18.0.0" | ||
}, | ||
|
@@ -57,8 +44,8 @@ | |
}, | ||
"devDependencies": { | ||
"@types/culori": "^2.0.4", | ||
"@types/node": "^20.11.6", | ||
"@types/node": "^20.11.16", | ||
"execa": "^7.2.0", | ||
"vitest": "^1.2.1" | ||
"vitest": "^1.2.2" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -6,16 +6,7 @@ | |
"name": "Drew Powers", | ||
"email": "[email protected]" | ||
}, | ||
"keywords": [ | ||
"cobalt", | ||
"design tokens", | ||
"design tokens community group", | ||
"design tokens format module", | ||
"design system", | ||
"dtcg", | ||
"w3c design tokens", | ||
"css" | ||
], | ||
"keywords": ["cobalt", "design tokens", "design tokens community group", "design tokens format module", "design system", "dtcg", "w3c design tokens", "css"], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/drwpow/cobalt-ui.git", | ||
|
@@ -47,9 +38,9 @@ | |
"svgo": "^3.2.0" | ||
}, | ||
"devDependencies": { | ||
"@cobalt-ui/cli": "^1.6.2", | ||
"@cobalt-ui/core": "^1.6.1", | ||
"@types/node": "^20.11.6", | ||
"vitest": "^1.2.1" | ||
"@cobalt-ui/cli": "workspace:^", | ||
"@cobalt-ui/core": "workspace:^", | ||
"@types/node": "^20.11.16", | ||
"vitest": "^1.2.2" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -6,15 +6,7 @@ | |
"name": "Drew Powers", | ||
"email": "[email protected]" | ||
}, | ||
"keywords": [ | ||
"cobalt", | ||
"design tokens", | ||
"design tokens community group", | ||
"design tokens format module", | ||
"design system", | ||
"dtcg", | ||
"w3c design tokens" | ||
], | ||
"keywords": ["cobalt", "design tokens", "design tokens community group", "design tokens format module", "design system", "dtcg", "w3c design tokens"], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/drwpow/cobalt-ui.git", | ||
|
@@ -41,9 +33,9 @@ | |
"@cobalt-ui/utils": "^1.2.2" | ||
}, | ||
"devDependencies": { | ||
"@cobalt-ui/cli": "^1.6.2", | ||
"@cobalt-ui/core": "^1.6.1", | ||
"@cobalt-ui/cli": "workspace:^", | ||
"@cobalt-ui/core": "workspace:^", | ||
"fast-glob": "^3.3.2", | ||
"vitest": "^1.2.1" | ||
"vitest": "^1.2.2" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -6,16 +6,7 @@ | |
"name": "Drew Powers", | ||
"email": "[email protected]" | ||
}, | ||
"keywords": [ | ||
"cobalt", | ||
"design tokens", | ||
"design tokens community group", | ||
"design system", | ||
"dtcg", | ||
"w3c", | ||
"css", | ||
"sass" | ||
], | ||
"keywords": ["cobalt", "design tokens", "design tokens community group", "design system", "dtcg", "w3c", "css", "sass"], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/drwpow/cobalt-ui.git", | ||
|
@@ -46,10 +37,10 @@ | |
"svgo": "^3.2.0" | ||
}, | ||
"devDependencies": { | ||
"@cobalt-ui/cli": "^1.6.2", | ||
"@cobalt-ui/core": "^1.6.1", | ||
"@cobalt-ui/plugin-css": "^1.7.0", | ||
"@types/node": "^20.11.6", | ||
"vitest": "^1.2.1" | ||
"@cobalt-ui/cli": "workspace:^", | ||
"@cobalt-ui/core": "workspace:^", | ||
"@cobalt-ui/plugin-css": "workspace:^", | ||
"@types/node": "^20.11.16", | ||
"vitest": "^1.2.2" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -5,17 +5,7 @@ | |
"name": "Drew Powers", | ||
"email": "[email protected]" | ||
}, | ||
"keywords": [ | ||
"cobalt", | ||
"design tokens", | ||
"design tokens community group", | ||
"design tokens format module", | ||
"design system", | ||
"dtcg", | ||
"w3c", | ||
"tailwind", | ||
"css" | ||
], | ||
"keywords": ["cobalt", "design tokens", "design tokens community group", "design tokens format module", "design system", "dtcg", "w3c", "tailwind", "css"], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/drwpow/cobalt-ui.git", | ||
|
@@ -43,11 +33,11 @@ | |
"@cobalt-ui/utils": "^1.2.2" | ||
}, | ||
"devDependencies": { | ||
"@cobalt-ui/cli": "^1.6.2", | ||
"@cobalt-ui/core": "^1.6.1", | ||
"@types/node": "^20.11.6", | ||
"@cobalt-ui/cli": "workspace:^", | ||
"@cobalt-ui/core": "workspace:^", | ||
"@types/node": "^20.11.16", | ||
"js-yaml": "^4.1.0", | ||
"tailwindcss": "^3.4.1", | ||
"vitest": "^1.2.1" | ||
"vitest": "^1.2.2" | ||
} | ||
} |
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
Oops, something went wrong.