Add comprehensive component library and demo application
Added extensive component library with feedback components (empty state, loading spinner, skeleton loader), enhanced form components (autocomplete, date picker, file upload, form field, time picker), navigation components (pagination), and overlay components (backdrop, drawer, modal, overlay container). Updated demo application with comprehensive showcase components and enhanced styling throughout the project. Excluded font files from repository to reduce size. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -16,6 +16,7 @@ $base-spacing-2-5: 0.625rem;
|
||||
$base-spacing-3: 0.75rem;
|
||||
$base-spacing-3-5: 0.875rem;
|
||||
$base-spacing-4: 1rem;
|
||||
$base-spacing-4-5: 1.125rem;
|
||||
$base-spacing-5: 1.25rem;
|
||||
$base-spacing-6: 1.5rem;
|
||||
$base-spacing-7: 1.75rem;
|
||||
|
||||
@@ -9,19 +9,19 @@
|
||||
@forward '../base';
|
||||
|
||||
// Forward semantic token categories
|
||||
@forward 'colors/index';
|
||||
@forward 'typography/index';
|
||||
@forward 'spacing/index';
|
||||
@forward 'motion/index';
|
||||
@forward 'colors';
|
||||
@forward 'typography';
|
||||
@forward 'spacing';
|
||||
@forward 'motion';
|
||||
//@forward 'elevation/index';
|
||||
//@forward 'layout/index';
|
||||
//@forward 'breakpoints/index';
|
||||
|
||||
// Forward additional semantic categories
|
||||
@forward 'borders/index';
|
||||
@forward 'shadows/index';
|
||||
@forward 'sizing/index';
|
||||
@forward 'glass/index';
|
||||
@forward 'z-index/index';
|
||||
@forward 'opacity/index';
|
||||
@forward 'borders';
|
||||
@forward 'shadows';
|
||||
@forward 'sizing';
|
||||
@forward 'glass';
|
||||
@forward 'z-index';
|
||||
@forward 'opacity';
|
||||
|
||||
|
||||
@@ -7,4 +7,4 @@
|
||||
// Note: base tokens imported at semantic/index level
|
||||
|
||||
// Semantic spacing mappings
|
||||
@import 'semantic-spacing';
|
||||
@forward 'semantic-spacing';
|
||||
@@ -114,11 +114,12 @@ $semantic-spacing-2-5: $base-spacing-2-5 !default;
|
||||
$semantic-spacing-3: $base-spacing-3 !default;
|
||||
$semantic-spacing-3-5: $base-spacing-3-5 !default;
|
||||
$semantic-spacing-4: $base-spacing-4 !default;
|
||||
$semantic-spacing-4-5: $base-spacing-4-5 !default;
|
||||
$semantic-spacing-5: $base-spacing-5 !default;
|
||||
$semantic-spacing-6: $base-spacing-6 !default;
|
||||
$semantic-spacing-7: $base-spacing-7 !default;
|
||||
$semantic-spacing-8: $base-spacing-8 !default;
|
||||
$semantic-spacing-9: $base-spacing-9 !default;
|
||||
$semantic-spacing-9: $base-spacing-9 !default;
|
||||
$semantic-spacing-10: $base-spacing-10 !default;
|
||||
$semantic-spacing-11: $base-spacing-11 !default;
|
||||
$semantic-spacing-12: $base-spacing-12 !default;
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
// ==========================================================================
|
||||
|
||||
// Forward complete semantic layer (includes base tokens)
|
||||
@forward 'semantic/index";
|
||||
@forward 'semantic/index';
|
||||
Reference in New Issue
Block a user