@orangecheck/design 0.31.1 → 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.31.1",
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",
@@ -115,24 +115,23 @@
115
115
  "devDependencies": {
116
116
  "@orangecheck/auth-client": "^2.17.0",
117
117
  "@playwright/test": "^1.48.0",
118
- "@storybook/addon-essentials": "^8.4.7",
119
- "@storybook/addon-themes": "^8.4.7",
120
- "@storybook/react-vite": "^8.4.7",
118
+ "@storybook/react": "^10",
119
+ "@storybook/react-vite": "^10",
121
120
  "@tailwindcss/vite": "^4.0.0",
122
121
  "@types/qrcode": "^1.5.5",
123
122
  "@types/react": "^19.0.0",
124
123
  "@types/react-dom": "^19.0.0",
125
124
  "lucide-react": "^0.544.0",
126
- "next": "15.5.15",
125
+ "next": "16.3.4",
127
126
  "next-themes": "^0.4.6",
128
127
  "react": "19.1.0",
129
128
  "react-dom": "19.1.0",
130
- "storybook": "^8.4.7",
129
+ "storybook": "^10",
131
130
  "tailwindcss": "^4.0.0",
132
131
  "tsup": "^8.3.5",
133
132
  "tw-animate-css": "^1.4.0",
134
133
  "typescript": "^5.6.3",
135
- "vite": "^5.4.0"
134
+ "vite": "^8"
136
135
  },
137
136
  "publishConfig": {
138
137
  "access": "public"