Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
11 changes: 11 additions & 0 deletions .changeset/tasty-1-2-0-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@cube-dev/ui-kit": patch
---

Update `@tenphi/tasty` to `1.2.0`.

- All style handlers now accept CSS-wide keywords (`initial`, `inherit`, `revert`, `unset`, `revert-layer`)
- New `longhand` modifier forces longhand CSS output for radius, padding, margin, scroll-margin, inset, and border
- Unified placement style handler with hierarchical priority (longhands override shorthands)
- New `scrollMargin` style with full directional support
- `radius` now supports `inherit` value
2 changes: 1 addition & 1 deletion .size-limit.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ module.exports = [
path: './dist/index.js',
webpack: true,
import: '{ Button }',
limit: '105kB',
limit: '106kB',
},
];
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@react-types/shared": "^3.32.1",
"@tabler/icons-react": "^3.31.0",
"@tanstack/react-virtual": "^3.13.12",
"@tenphi/tasty": "1.1.0",
"@tenphi/tasty": "1.2.0",
"clipboard-copy": "^4.0.1",
"clsx": "^1.1.1",
"diff": "^8.0.3",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/components/actions/Menu/styled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ export const StyledSectionHeading = tasty(Space, {
preset: 'c2',
height: '3x',
placeContent: 'center space-between',
align: 'start',
padding: {
'': '.5x .75x',
prefix: '0 .75x 0 .5x',
Expand Down
1 change: 0 additions & 1 deletion src/components/content/List/SectionHeading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ export const SectionHeading = tasty(Space, {
padding: '.5x 1x',
height: '3x',
placeContent: 'center space-between',
align: 'start',
},
});
Loading