beathers 5.6.1 → 5.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG +15 -0
- package/css/beathers.min.css +2 -2
- package/css/beathers.min.css.map +1 -1
- package/package.json +2 -1
- package/readme.md +11 -3
- package/scripts/commands/build.d.ts.map +1 -1
- package/scripts/commands/build.js +0 -1
- package/scripts/commands/init.d.ts.map +1 -1
- package/scripts/commands/init.js +0 -1
- package/scripts/helpers/ReadDefaultValues.d.ts.map +1 -1
- package/scripts/helpers/ReadDefaultValues.js +0 -1
- package/scripts/types.d.ts +1 -1
- package/scripts/types.d.ts.map +1 -1
- package/scss/_variables.scss +0 -1
- package/scss/beathers.min.scss +1 -1
- package/scss/functions/_mediaQueries.scss +9 -6
- package/scss/settings/_index.scss +0 -2
package/CHANGELOG
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [5.6.2] - 2025-09-27
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
|
|
7
|
+
- **Documentation**: Added comprehensive documentation for colors, typography, grid system, and visual effects
|
|
8
|
+
- **Package Configuration**: Included documentation files in package.json for better distribution
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- **SCSS Styling**: Uncommented style imports in beathers.min.scss to ensure proper styling functionality
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
|
|
16
|
+
- **Media Query Settings**: Removed useMediaQueries from theme roles and related settings for cleaner configuration
|
|
17
|
+
|
|
3
18
|
## [5.6.0, 5.6.1] - 2025-08-08
|
|
4
19
|
|
|
5
20
|
### Added
|