Skip to content

Commit eb2ce3e

Browse files
authored
Merge pull request #83 from AegisJSProject/feature/system-colors
Implement system colors & add `.css` output
2 parents 85e3bef + 3c58db0 commit eb2ce3e

10 files changed

Lines changed: 216 additions & 108 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*.gz
66
*.tgz
77
.env
8+
css/*.css
89
# Logs
910
logs
1011
*.log

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ test/
77
.htmlhintrc
88
.gitattributes
99
.gitignore
10+
.gitkeep
1011
.nvmrc
1112
importmap.json
1213
importmap.yaml
@@ -18,3 +19,4 @@ importmap.yaml
1819
*.min.*
1920
*.map
2021
*.env
22+
createSheets.js

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v0.2.4] - 2024-11-05
11+
12+
### Added
13+
- Add system style button classes using eg `ButtonFace` and `AccentColor`
14+
- Add `.css` versions of stylesheets in `/css/*.css`
15+
16+
### Fixed
17+
- Fix handling of disabled buttons
18+
1019
## [v0.2.3] - 2024-10-08
1120

1221
### Added

0 commit comments

Comments
 (0)