@kiefer-tek/sophea-design-system 0.15.10 → 0.15.12
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/dist/index.css +5 -0
- package/package.json +1 -1
- package/src/tokens/colors_and_type.css +1 -1
package/dist/index.css
CHANGED
|
@@ -11042,6 +11042,11 @@ html[data-resizing] .sn-AppShell-module__sidebar--9-Zb9 {
|
|
|
11042
11042
|
can make the main pane opaque while keeping the rail/sidebar glass — e.g. a
|
|
11043
11043
|
glass sidebar over an opaque content area. */
|
|
11044
11044
|
background: var(--shell-main-backdrop, var(--shell-region-glass));
|
|
11045
|
+
/* Optional frosted blur: when the shell card is transparent, the live aurora
|
|
11046
|
+
shows THROUGH a translucent tint — this blurs it (frosted glass) instead of
|
|
11047
|
+
letting it read sharp. Default none (no blur). */
|
|
11048
|
+
-webkit-backdrop-filter: var(--shell-main-backdrop-blur, none);
|
|
11049
|
+
backdrop-filter: var(--shell-main-backdrop-blur, none);
|
|
11045
11050
|
}
|
|
11046
11051
|
|
|
11047
11052
|
.sn-AppShell-module__mainBackdropImage--bjtQh {
|
package/package.json
CHANGED