feat: add new components and improve styling utilities

- Add chip, mark, and iconButton recipes with semantic color support
- Introduce skeleton pattern and shimmer gradient for loading states
- Enhance button and details recipes with refined transition properties
- Update border radius tokens to include 'full' and negative spacing values
- Refactor details recipe export and semantic color key handling
- Bump package version to 0.0.6
This commit is contained in:
2025-09-24 15:20:56 -06:00
parent 2f2b01fcde
commit d21d55f481
12 changed files with 554 additions and 69 deletions

View File

@@ -3,7 +3,7 @@
"compilerOptions": {
// Environment setup & latest features
"lib": ["esnext"],
"target": "ES6",
"target": "es2024",
"module": "NodeNext",
"moduleDetection": "auto",
"allowJs": false,