@orangecheck/design 0.32.0 → 0.32.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.
@@ -190,11 +190,13 @@
190
190
  .oc-sigil {
191
191
  width: var(--oc-sigil-size-sm, clamp(170px, 56vw, 300px));
192
192
  height: var(--oc-sigil-size-sm, clamp(170px, 56vw, 300px));
193
- opacity: var(--oc-sigil-opacity-sm, 0.34);
193
+ /* Phones anchor the mark top-right, where it can sit under the headline;
194
+ a text-colored headline on the mark at desktop alpha loses glyphs. */
195
+ opacity: var(--oc-sigil-opacity-sm, 0.16);
194
196
  --oc-sigil-mask-at: 32% 66%;
195
197
  }
196
198
  :root.dark .oc-sigil {
197
- opacity: var(--oc-sigil-opacity-sm, 0.42);
199
+ opacity: var(--oc-sigil-opacity-sm, 0.18);
198
200
  }
199
201
  .oc-sigil--bottom-left,
200
202
  .oc-sigil--bottom-right,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orangecheck/design",
3
- "version": "0.32.0",
3
+ "version": "0.32.1",
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",