Skip to content

Commit c4da7ce

Browse files
authored
chore: update tasty (#1090)
1 parent 440f67d commit c4da7ce

5 files changed

Lines changed: 119 additions & 326 deletions

File tree

.changeset/rare-lobsters-pull.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cube-dev/ui-kit": patch
3+
---
4+
5+
Update tasty with support of oklch input color values.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@react-types/shared": "^3.32.1",
7575
"@tabler/icons-react": "^3.31.0",
7676
"@tanstack/react-virtual": "^3.13.12",
77-
"@tenphi/tasty": "0.13.1",
77+
"@tenphi/tasty": "0.14.0",
7878
"clipboard-copy": "^4.0.1",
7979
"clsx": "^1.1.1",
8080
"diff": "^8.0.3",

pnpm-lock.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/Root.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import { OverlayProvider } from './overlays/Notifications/OverlayProvider';
2222
import { PortalProvider } from './portal';
2323

2424
configure({
25+
colorSpace: 'rgb',
2526
units: {
2627
x: 'var(--gap)',
2728
r: 'var(--radius)',

0 commit comments

Comments
 (0)