Add comprehensive UI component expansion

- Add new components: enhanced-table, fab-menu, icon-button, snackbar, select, tag-input, bottom-navigation, stepper, command-palette, floating-toolbar, transfer-list
- Refactor table-actions and select components
- Update component styles and exports
- Add corresponding demo components

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
skyai_dev
2025-09-03 21:50:45 +10:00
parent e9f975eb02
commit 2bbbf1b9f1
87 changed files with 15454 additions and 206 deletions

View File

@@ -10,10 +10,10 @@
margin-bottom: $semantic-spacing-layout-section-lg;
h3 {
font-family: map-get($semantic-typography-heading-h3, font-family);
font-size: map-get($semantic-typography-heading-h3, font-size);
font-weight: map-get($semantic-typography-heading-h3, font-weight);
line-height: map-get($semantic-typography-heading-h3, line-height);
font-family: $semantic-typography-font-family-sans;
font-size: $semantic-typography-font-size-lg;
font-weight: $semantic-typography-font-weight-semibold;
line-height: $semantic-typography-line-height-tight;
color: $semantic-color-text-primary;
margin-bottom: $semantic-spacing-component-md;
border-bottom: $semantic-border-width-1 solid $semantic-color-border-secondary;
@@ -36,10 +36,10 @@
border-radius: $semantic-border-radius-md;
p {
font-family: map-get($semantic-typography-body-medium, font-family);
font-size: map-get($semantic-typography-body-medium, font-size);
font-weight: map-get($semantic-typography-body-medium, font-weight);
line-height: map-get($semantic-typography-body-medium, line-height);
font-family: $semantic-typography-font-family-sans;
font-size: $semantic-typography-font-size-md;
font-weight: $semantic-typography-font-weight-normal;
line-height: $semantic-typography-line-height-normal;
color: $semantic-color-text-primary;
margin: $semantic-spacing-component-xs 0;