New:Socket for Asana Is Now Available.Learn more
Sign In

strata-css

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strata-css - npm Package Compare versions

Comparing version
1.8.15
to
1.8.16
+5
-0
CHANGELOG.md

@@ -5,2 +5,7 @@ # Changelog

## [1.8.16] — 2026-08-16
### Fixed
- **`shadow-sm` and `shadow-lg` silently stopped applying their own shadow strength.** The responsive shadow registration built class names as `shadow-${breakpoint}` for every entry in the breakpoint list (`sm`, `md`, `lg`, `xl`, `xxl`). Since `sm` and `lg` are also the named shadow scale's own suffixes, that produced class names identical to the base `shadow-sm`/`shadow-lg` classes — and because registration is last-write-wins, the responsive loop (which runs later) silently overwrote both with "default-strength shadow, active from that breakpoint up" instead. `shadow-sm`, `shadow`, and `shadow-lg` rendered as the exact same shadow. The documented `shadow-{bp}-{variant}` responsive pattern (`shadow-md-sm`, `shadow-lg-lg`, …) was unaffected and still correct. Fixed by dropping the undocumented bare `shadow-${bp}` registration entirely.
## [1.8.15] — 2026-08-12

@@ -7,0 +12,0 @@

+5
-5
{
"name": "strata-css",
"version": "1.8.15",
"version": "1.8.16",
"_versioningNote": "Stable: 1.0.0 / 1.1.0 / 2.0.0 | Beta: 1.1.0-beta.1 / 1.1.0-beta.2",

@@ -72,3 +72,3 @@ "description": "A modern CSS framework combining Bootstrap components with Tailwind JIT processing",

"glob": "^13.0.6",
"postcss": "^8.5.14"
"postcss": "^8.5.26"
},

@@ -91,7 +91,7 @@ "overrides": {

"devDependencies": {
"autoprefixer": "^10.5.0",
"cssnano": "^8.0.1",
"autoprefixer": "^10.5.4",
"cssnano": "^8.0.5",
"typescript": "^6.0.3",
"vitest": "^4.1.9"
"vitest": "^4.1.10"
}
}

Sorry, the diff of this file is too big to display