@orangecheck/design 0.28.4 → 0.28.5
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/styles/sigil.css +4 -4
- package/package.json +1 -1
package/dist/styles/sigil.css
CHANGED
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
height: var(--oc-sigil-size, clamp(240px, 52vmin, 600px));
|
|
28
28
|
/* translucent: the whole relief composites at this alpha so the aurora and
|
|
29
29
|
page read through it (a watermark, not an opaque object). Light mode
|
|
30
|
-
rides
|
|
31
|
-
|
|
32
|
-
opacity: var(--oc-sigil-opacity, 0.
|
|
30
|
+
rides quieter — a mid-tone terracotta reads with less alpha over a
|
|
31
|
+
near-white page than the same mark does over a dark one. */
|
|
32
|
+
opacity: var(--oc-sigil-opacity, 0.4);
|
|
33
33
|
/* soft edge fade so the mark dissolves into the field rather than ending in
|
|
34
34
|
a hard box (on the wrapper, which is safe for preserve-3d) */
|
|
35
35
|
-webkit-mask-image: radial-gradient(125% 125% at 55% 45%, #000 42%, transparent 90%);
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
.oc-sigil {
|
|
103
103
|
width: var(--oc-sigil-size-sm, clamp(170px, 56vw, 300px));
|
|
104
104
|
height: var(--oc-sigil-size-sm, clamp(170px, 56vw, 300px));
|
|
105
|
-
opacity: var(--oc-sigil-opacity-sm, 0.
|
|
105
|
+
opacity: var(--oc-sigil-opacity-sm, 0.28);
|
|
106
106
|
}
|
|
107
107
|
:root.dark .oc-sigil {
|
|
108
108
|
opacity: var(--oc-sigil-opacity-sm, 0.42);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orangecheck/design",
|
|
3
|
-
"version": "0.28.
|
|
3
|
+
"version": "0.28.5",
|
|
4
4
|
"description": "OrangeCheck design system — multi-theme tokens, primitives, and family composites for the .ochk.io sub-sites. Tailwind 4 + Next.js Pages Router. Not for third-party integration.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"orangecheck",
|