@mohamedatia/fly-design-system 2.8.0 → 2.8.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mohamedatia/fly-design-system",
3
- "version": "2.8.0",
3
+ "version": "2.8.1",
4
4
  "description": "FlyOS design system — shared components, directives, pipes, services, and models for Business App developers.",
5
5
  "keywords": [
6
6
  "flyos",
@@ -46,16 +46,19 @@ html.light-theme {
46
46
  --launcher-card-title: #ffffff;
47
47
  --launcher-card-desc: rgb(255, 255, 255 , 0.8);
48
48
 
49
- // Window chrome — light frosted glass similar to Figma spec (soft white plate,
50
- // strong background blur, subtle luminous border).
51
- --window-bg: rgb(255 255 255 / 6%);
49
+ // Window chrome — light frosted glass. Held to a high opacity (88%) so the
50
+ // window plate reads as a solid light surface regardless of the wallpaper
51
+ // behind it. (Before v2.8 the legacy spatial theme provided the high-opacity
52
+ // option; with spatial removed, light theme must be solid enough on dark
53
+ // wallpapers too.) `backdrop-filter` on .window still picks up wallpaper tint.
54
+ --window-bg: rgb(248 249 250 / 88%);
52
55
  --window-radius: 24px;
53
56
  --window-blur: 64px;
54
57
  --window-backdrop-saturate: 175%;
55
58
  --window-shadow: 0 28px 96px rgb(0 0 0 / 18%);
56
59
  --window-border: rgb(255 255 255 / 50%);
57
- --window-specular: inset 0 1px 0 rgb(255 255 255 / 30%),
58
- inset 0 -1px 0 rgb(255 255 255 / 16%);
60
+ --window-specular: inset 0 1px 0 rgb(255 255 255 / 60%),
61
+ inset 0 -1px 0 rgb(0 0 0 / 4%);
59
62
  --window-content-scrim: transparent;
60
63
  --app-content-plate: transparent;
61
64
  --titlebar-bg: transparent;