@graupl/graupl
Advanced tools
Comparing version 1.0.0-alpha.6 to 1.0.0-alpha.7
@@ -5,2 +5,34 @@ # Changelog | ||
## [1.0.0-alpha.7](https://github.com/Graupl/graupl/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2024-05-01) | ||
### Features | ||
* add top margin to headings ([9fc42f1](https://github.com/Graupl/graupl/commit/9fc42f19e4a524279c1107201799035f109b8e5b)) | ||
* **component:** add input groups ([bf7ecd2](https://github.com/Graupl/graupl/commit/bf7ecd2b36d9bc49ae530a36a5fb6c961203619d)) | ||
* implement table base and component styles ([7cb1552](https://github.com/Graupl/graupl/commit/7cb15522922189e0f17851260da81677acca6abc)), closes [#24](https://github.com/Graupl/graupl/issues/24) | ||
* **mixin:** implement proper screen media queries ([6c4f6d6](https://github.com/Graupl/graupl/commit/6c4f6d6738c876ef8a6f4273375155eb21f0aa55)) | ||
* use theme-specific button text colours ([d6b3276](https://github.com/Graupl/graupl/commit/d6b327692dab24c1dbc0d169e4c98a8685ad4745)) | ||
* **utility:** add writing direction specific spacers ([73b43ce](https://github.com/Graupl/graupl/commit/73b43ce3d87d5d5c6f285cb906ccb8ee0f5c47d5)), closes [#40](https://github.com/Graupl/graupl/issues/40) | ||
### Bug Fixes | ||
* **component:** correct field group column width ([6488aa5](https://github.com/Graupl/graupl/commit/6488aa52eafc3a6d61ce89327a3f32f17be42073)), closes [#44](https://github.com/Graupl/graupl/issues/44) | ||
* **docs:** correct path to functions ([e75207c](https://github.com/Graupl/graupl/commit/e75207c088604485764b01045521471aabecb2dd)) | ||
* **typography:** use correct index for small text ([1685433](https://github.com/Graupl/graupl/commit/1685433c80a1d10b9355312b296a5eba7f959fd1)) | ||
### Code Refactoring | ||
* **layout:** move container custom props to proper file ([4f4acde](https://github.com/Graupl/graupl/commit/4f4acded89c5b072f21d636e53fa8810e87e9972)) | ||
* **maps:** add custom versions of maps to override ([6150442](https://github.com/Graupl/graupl/commit/61504424120300e94cdb409e9912cd4c3692ff9d)) | ||
* **scss:** separate compiled and source scss ([4ce7bbb](https://github.com/Graupl/graupl/commit/4ce7bbb882e4b46c47ab64f56080d7f68a27d50c)) | ||
* **typography:** rename bold-font-weight to font-weight-bold ([b9d7c04](https://github.com/Graupl/graupl/commit/b9d7c04a25a8c8c1a3a883871c5017e396fd4cf4)) | ||
### Build System | ||
* **npm:** add postbuild script to ensure docs build during tests ([54b5e18](https://github.com/Graupl/graupl/commit/54b5e18eff9e183030817f037aac329bd15b2239)) | ||
## [1.0.0-alpha.6](https://github.com/Graupl/graupl/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2024-04-29) | ||
@@ -7,0 +39,0 @@ |
{ | ||
"name": "@graupl/graupl", | ||
"version": "1.0.0-alpha.6", | ||
"version": "1.0.0-alpha.7", | ||
"description": "A modular and modern CSS framework.", | ||
@@ -8,24 +8,39 @@ "type": "module", | ||
".": { | ||
"sass": "./scss" | ||
"sass": "./scss/graupl.scss" | ||
}, | ||
"./base": { | ||
"sass": "./scss/base" | ||
"./base.scss": { | ||
"sass": "./scss/base.scss" | ||
}, | ||
"./components": { | ||
"sass": "./scss/component" | ||
"./base/*.scss": { | ||
"sass": "./scss/base/*.scss" | ||
}, | ||
"./layout": { | ||
"sass": "./scss/layout" | ||
"./component.scss": { | ||
"sass": "./scss/component.scss" | ||
}, | ||
"./mixins": { | ||
"sass": "./scss/mixins" | ||
"./component/*.scss": { | ||
"sass": "./scss/component/*.scss" | ||
}, | ||
"./state": { | ||
"sass": "./scss/state" | ||
"./layout.scss": { | ||
"sass": "./scss/layout.scss" | ||
}, | ||
"./theme": { | ||
"sass": "./scss/theme" | ||
"./layout/*.scss": { | ||
"sass": "./scss/layout/*.scss" | ||
}, | ||
"./utilities": { | ||
"sass": "./scss/utilities" | ||
"./state.scss": { | ||
"sass": "./scss/state.scss" | ||
}, | ||
"./state/*.scss": { | ||
"sass": "./scss/state/*.scss" | ||
}, | ||
"./theme.scss": { | ||
"sass": "./scss/theme.scss" | ||
}, | ||
"./theme/*.scss": { | ||
"sass": "./scss/theme/*.scss" | ||
}, | ||
"./utilities.scss": { | ||
"sass": "./scss/utilities.scss" | ||
}, | ||
"./utilities/*.scss": { | ||
"sass": "./scss/utilities/*.scss" | ||
} | ||
@@ -43,2 +58,3 @@ }, | ||
"build": "npm run sass && npm run postcss", | ||
"postbuild": "npm run docs:build", | ||
"release": "git add dist/. && standard-version -a", | ||
@@ -45,0 +61,0 @@ "prerelease": "npm run lint && npm run build", |
@@ -11,2 +11,4 @@ const config = { | ||
"scss/comment-no-empty": null, | ||
"selector-max-compound-selectors": 4, | ||
"selector-no-qualifying-type": null, | ||
}, | ||
@@ -13,0 +15,0 @@ }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
590663
155
1828
1