beathers 5.5.0 → 5.5.4
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 +13 -0
- package/css/beathers.min.css +2 -2
- package/css/beathers.min.css.map +1 -1
- package/package.json +3 -2
- package/readme.md +14 -6
- package/scripts/commands/build.js +1 -1
- package/scripts/helpers/BuildScssVariables.d.ts.map +1 -1
- package/scripts/helpers/BuildScssVariables.js +21 -18
- package/scripts/helpers/Merge.d.ts.map +1 -1
- package/scripts/helpers/Merge.js +4 -3
- package/scss/_variables.scss +20 -8
- package/scss/beathers.min.scss +2 -1
- package/scss/style/_glass.scss +21 -25
- package/scss/style/_grid.scss +12 -9
- package/scss/style/_resets.scss +71 -3
- package/scss/style/_shaping.scss +1 -1
package/CHANGELOG
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [5.5.4] - 2025-07-07
|
|
4
|
+
|
|
5
|
+
### Improved
|
|
6
|
+
|
|
7
|
+
- **Documentation**: Added comprehensive Glass settings documentation to README.md
|
|
8
|
+
- **Glass utilities**: Enhanced glassmorphism configuration examples and usage instructions
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- **DeepMerge function**: Added missing glass property merging in theme configuration merge operation
|
|
13
|
+
- Minor bug fixes and improvements
|
|
14
|
+
- Enhanced build process stability
|
|
15
|
+
|
|
3
16
|
## [5.5.0] - 2025-07-04
|
|
4
17
|
|
|
5
18
|
### Added
|