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
15 changes: 0 additions & 15 deletions .changeset/fifty-memes-accept.md

This file was deleted.

51 changes: 0 additions & 51 deletions .changeset/fix-design-system-tokens-and-components.md

This file was deleted.

40 changes: 0 additions & 40 deletions .changeset/foundation-components-adr012.md

This file was deleted.

43 changes: 0 additions & 43 deletions .changeset/proud-panthers-obey.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/quick-bobcats-post.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/apps/microfrontend/home/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @grasdouble/lufa_microfrontend_home

## 0.3.5

### Patch Changes

- 03e75af: Fix tokens and their usage
- Updated dependencies [03e75af]
- Updated dependencies [18d206b]
- Updated dependencies [4d7849f]
- Updated dependencies [4f51c98]
- @grasdouble/lufa_design-system@2.0.0

## 0.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/microfrontend/home/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grasdouble/lufa_microfrontend_home",
"version": "0.3.4",
"version": "0.3.5",
"private": false,
"license": "MIT",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions packages/apps/microfrontend/main-container/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @grasdouble/lufa_microfrontend_main-container

## 0.6.13

### Patch Changes

- 03e75af: Fix tokens and their usage
- Updated dependencies [03e75af]
- Updated dependencies [18d206b]
- Updated dependencies [4d7849f]
- Updated dependencies [4f51c98]
- @grasdouble/lufa_design-system@2.0.0

## 0.6.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/microfrontend/main-container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grasdouble/lufa_microfrontend_main-container",
"version": "0.6.12",
"version": "0.6.13",
"private": true,
"license": "MIT",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/cdn/autobuild-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @grasdouble/cdn_autobuild-server

## 0.3.4

### Patch Changes

- 03e75af: Fix tokens and their usage

## 0.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cdn/autobuild-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grasdouble/cdn_autobuild-server",
"version": "0.3.3",
"version": "0.3.4",
"private": false,
"description": "Self-fed CDN from npm packages",
"type": "module",
Expand Down
55 changes: 55 additions & 0 deletions packages/design-system/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,60 @@
# @grasdouble/lufa_design-system-cli

## 1.0.1

### Patch Changes

- 03e75af: Fix tokens and their usage
- 18d206b: fix(design-system): token usage corrections and component enhancements

## Token System Fixes

### Correct Token Usage
- **Text Component**: Use typography font-weight tokens instead of hardcoded values (400, 500, 600, 700)
- **Button Component**: Use semantic UI radius tokens instead of primitive radius scale
- **Input Component**: Use component-specific tokens for all properties (padding, font-size, colors, borders)
- **Label Component**: Use component-specific tokens for font-size, color, spacing, and line-height
- **Card Component**: Add proper color token for text color

### Removed Deprecated Theme File
- Removed all `--lufa-token-*` custom properties from `theme.css`
- Theme-specific overrides now properly use the standard token hierarchy (`--lufa-core-*`, `--lufa-semantic-*`, `--lufa-component-*`)
- Theme file is now intentionally empty with documentation explaining the new approach

## Component Enhancements

### New Features
- **Flex Component**: Added `gap="none"` prop for zero gap spacing
- **Grid Component**: Added `gap="none"`, `gapX="none"`, and `gapY="none"` props for zero gap spacing
- **Stack Component**: Fixed `spacing="none"` to use 0 instead of tight spacing

### CSS Improvements
- Improved CSS formatting and readability across components
- Better use of CSS custom properties
- Consistent multi-line gradient declarations in Divider component

## Visual Regression Tests
- Added comprehensive Playwright visual snapshots for all components in both light and dark modes
- Snapshots cover: Badge, Box, Button, Card, Center, Container, Divider, Flex, Grid, Icon, Input, Label, Stack, Text

## Type Safety
- Improved TypeScript types with proper interface formatting
- Better type consistency across hook definitions

## Breaking Changes

None - All changes maintain backward compatibility

## Migration

No action required - Changes are either internal or additive features

- Updated dependencies [03e75af]
- Updated dependencies [18d206b]
- Updated dependencies [4f51c98]
- Updated dependencies [976a5f8]
- @grasdouble/lufa_design-system-tokens@1.1.0

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grasdouble/lufa_design-system-cli",
"version": "1.0.0",
"version": "1.0.1",
"private": false,
"description": "Lufa Design System - CLI tools for theme validation",
"license": "MIT",
Expand Down
Loading
Loading